Commit 3e25648
committed
fix: resolve pre-existing Jest test failures
- Add MIN_HIGHLIGHT_DURATION_MS to logoconstants test expectations
- Remove incorrect console expectation in palette.test.js
- Add stage.update mock to logo.test.js
- Fix delayExecution mock to handle missing callback
Note: These failures existed on upstream/master before this PR.
Reduced logo.test.js failures from 11 to 5.1 parent 007ab63 commit 3e25648
File tree
3 files changed
+10
-6
lines changed- js/__tests__
3 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
233 | | - | |
| 237 | + | |
| 238 | + | |
234 | 239 | | |
235 | 240 | | |
236 | 241 | | |
| |||
708 | 713 | | |
709 | 714 | | |
710 | 715 | | |
711 | | - | |
| 716 | + | |
| 717 | + | |
712 | 718 | | |
713 | 719 | | |
714 | 720 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | | - | |
1298 | 1297 | | |
1299 | 1298 | | |
1300 | 1299 | | |
1301 | 1300 | | |
1302 | | - | |
1303 | | - | |
1304 | 1301 | | |
1305 | 1302 | | |
1306 | 1303 | | |
| |||
0 commit comments