HTTP server #481
Annotations
4 errors and 1 warning
Run npx vitest --coverage:
tests/HotHelpers.ts#L527
Error: Couldn’t find #elm-watch!
❯ withShadowRoot tests/HotHelpers.ts:527:11
❯ Object.window.__ELM_WATCH.ON_RENDER tests/HotHelpers.ts:253:7
❯ render tests/fixtures/hot/limit-postprocess-workers/build/Two.37.2.js:2344:17
❯ Object.runCmd tests/fixtures/hot/limit-postprocess-workers/build/Two.37.2.js:2029:11
❯ runCmds tests/fixtures/hot/limit-postprocess-workers/build/Two.37.2.js:486:19
❯ dispatch tests/fixtures/hot/limit-postprocess-workers/build/Two.37.2.js:480:11
❯ Timeout._onTimeout tests/fixtures/hot/limit-postprocess-workers/build/Two.37.2.js:2066:13
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "tests/Hot.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "persisted browser UI position". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run npx vitest --coverage:
tests/Hot.test.ts#L112
Error: Snapshot `hot > successful connect (expanded, not TTY, Worker) 1` mismatched
- Expected
+ Received
@@ -9,7 +9,10 @@
✅ Worker⧙ 1 ms Q | 1.23 s E ¦ 55 ms W | 9 ms I⧘
ℹ️ ⧙13:10:05⧘ ⧙Web socket connected needing compilation of: Worker⧘
✅ ⧙13:10:05⧘ Compilation finished in ⧙123 ms⧘.
+ ℹ️ ⧙13:10:05⧘ ⧙Web socket disconnected for: Worker⧘
+ ✅ ⧙13:10:05⧘ Everything up to date.
+
ℹ️ ⧙13:10:05⧘ ⧙Web socket connected for: Worker⧘
✅ ⧙13:10:05⧘ Everything up to date.
❯ tests/Hot.test.ts:112:22
|
Run npx vitest --coverage:
tests/Hot.test.ts#L2441
Error: Snapshot `hot > persisted compilation mode 1` mismatched
- Expected
+ Received
- ▼ 🔌 13:10:05 Main
- ================================================================================
- ▼ ⏳ 13:10:05 Main
- ================================================================================
- ▼ 🐛 ⏳ 13:10:05 Main
- ================================================================================
- ▼ 🐛 🔌 13:10:05 Main
- ================================================================================
+ ▼ 🔌 13:10:05 Two
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
+ ▼ 🔌 13:10:05 Main
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
+ ▼ ⏳ 13:10:05 Main
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
+ ▼ 🐛 ⏳ 13:10:05 Main
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
+ ▼ 🐛 🔌 13:10:05 Main
+ ================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
▼ 🐛 🔌 13:10:05 Main
================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
▼ 🐛 ⏳ 13:10:05 Main
================================================================================
+ ▼ 🔌 13:10:05 Two
+ --------------------------------------------------------------------------------
▼ 🐛 ✅ 13:10:05 Main
❯ tests/Hot.test.ts:2441:21
|
Run npx vitest --coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading