Commit 90540cb
Split keyboardInteraction.test.js into three parts, with one describe… (#606)
* Concatenate and minify CSS
* Split keyboardInteraction.test.js into three parts:
popupTabNavigation.test.js / popupTabNavigation.html
tabFeatureNavigation.test.js / tabFeatureNavigation.html
reticle.test.js / reticle.html
* Hit everything with async / await, on the theory that individual tests
should be treated like promises, and expect should be treated likewise, per
this description: https://jestjs.io/docs/asynchronous#asyncawait
* split new test file:linkTypes.test.js / linkTypes.html from featureLinks.test.js
* Add linkTypes.html test page so that linkTypes.test.js doesn't depend on
featureLinks.html.
* Update jshint esversion, Add hints to jshint.
* add playwright 'peer' dependencies. jest-circus, jest-environment-node,
so you should run npm install again
* Update jest-playwright config to latest version syntax
* Split up mapMLTemplatedFeatures.test.js
* Update CI to use "grunt default" instead of "grunt clean copy rollup",
to catch all tasks required for testing, including css minification per above
Co-authored-by: Malvoz <[email protected]>
Co-authored-by: Robert Linder <[email protected]>1 parent 1eb82e2 commit 90540cb
File tree
57 files changed
+2877
-2328
lines changed- .github/workflows
- src
- test
- e2e
- core
- layers
- general
- mapml-viewer
- layers
- projections
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+2877
-2328
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
| |||
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
35 | | - | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| |||
152 | 163 | | |
153 | 164 | | |
154 | 165 | | |
| 166 | + | |
155 | 167 | | |
156 | 168 | | |
157 | 169 | | |
| |||
160 | 172 | | |
161 | 173 | | |
162 | 174 | | |
163 | | - | |
| 175 | + | |
164 | 176 | | |
165 | 177 | | |
166 | 178 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
0 commit comments