This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Commit a587120
Add support for JSX in stuff we import in Cypress test code (#8738)
* Add support for JSX in stuff we import in Cypress test code
Spawning from:
- #8354 (comment)
- #8354 (comment)
* Add problem import
* Inherit from existing type definitions
See #8738 (comment)
* Specify `commonjs`
Signed-off-by: Šimon Brandner <[email protected]>
* Remove `mxSettingsStore` as it's no longer needed
Signed-off-by: Šimon Brandner <[email protected]>
Co-authored-by: Šimon Brandner <[email protected]>1 parent 89ae540 commit a587120
3 files changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
7 | 15 | | |
8 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments