Use normalizePath for Windows file URL tests #106
ci.yml
on: push
Run CI Pipeline
/
...
/
Run Lint Check
15s
Run CI Pipeline
/
...
/
Run Type Check
20s
Matrix: Run CI Pipeline / 🧪 Test Matrix / test-matrix
Annotations
9 errors
|
Run CI Pipeline / 🔍 Type Check / Run Type Check
Process completed with exit code 1.
|
|
Run CI Pipeline / 🧪 Test Matrix / Test Node 20 on windows-latest
Process completed with exit code 1.
|
|
test/cache-with-ttl.test.ts > cache-with-ttl > TTL expiration > should refresh TTL on set:
test/cache-with-ttl.test.ts#L342
AssertionError: expected undefined to be 'value2' // Object.is equality
- Expected:
"value2"
+ Received:
undefined
❯ test/cache-with-ttl.test.ts:342:53
|
|
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise:
test/agent.test.ts#L475
Error: spawn EINVAL
❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186
❯ spawn src/spawn.ts:633:24
❯ execNpm src/agent.ts:112:10
❯ test/agent.test.ts:475:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
|
|
Run CI Pipeline / 🧪 Test Matrix / Test Node 24 on windows-latest
Process completed with exit code 1.
|
|
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise:
test/agent.test.ts#L475
Error: spawn EINVAL
❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186
❯ spawn src/spawn.ts:633:24
❯ execNpm src/agent.ts:112:10
❯ test/agent.test.ts:475:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
|
|
Run CI Pipeline / 🧪 Test Matrix / Test Node 22 on windows-latest
Process completed with exit code 1.
|
|
test/arrays.test.ts > arrays > joinAnd > should join two items with "and":
test/arrays.test.ts#L140
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/arrays.test.ts:140:5
|
|
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise:
test/agent.test.ts#L475
Error: spawn EINVAL
❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186
❯ spawn src/spawn.ts:633:24
❯ execNpm src/agent.ts:112:10
❯ test/agent.test.ts:475:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
|