Skip to content

try to fix tests on windowst #2

try to fix tests on windowst

try to fix tests on windowst #2

Triggered via push January 4, 2026 21:51
Status Failure
Total duration 1m 26s
Artifacts

node.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Test on node 22.x and windows-latest
Process completed with exit code 1.
test/parseLocalReference.test.js > parseLocalReference (temp dir) > parses a local reference language and returns expected structure: test/parseLocalReference.test.js#L32
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ test/parseLocalReference.test.js:32:27
test/parseLocalLanguages.test.js > parseLocalLanguages (temp dir) > parses multiple local languages and returns expected structure: test/parseLocalLanguages.test.js#L34
AssertionError: expected +0 to be 2 // Object.is equality - Expected + Received - 2 + 0 ❯ test/parseLocalLanguages.test.js:34:27
test/parseLocalLanguage.test.js > parseLocalLanguage (temp dir) > parses a local language directory and returns expected structure: test/parseLocalLanguage.test.js#L32
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ test/parseLocalLanguage.test.js:32:27
test/missing.test.js > missing (fetch-only mock) > default export runs without error (minimal happy path): test/missing.test.js#L47
AssertionError: promise rejected "Error: process.exit called with 1" instead of resolving ❯ test/missing.test.js:47:31 Caused by: Caused by: Error: process.exit called with 1 ❯ process.exit test/missing.test.js:15:38 ❯ handleError src/missing.js:83:13 ❯ handleMissing src/missing.js:89:5 ❯ missing src/missing.js:157:9 ❯ test/missing.test.js:47:5
Test on node 24.x and windows-latest
The strategy configuration was canceled because "test._22_x_windows-latest" failed
Test on node 24.x and windows-latest
The operation was canceled.