chore(release): bump to v1.3.2 #129
ci.yml
on: push
Run CI Pipeline
/
...
/
Run Lint Check
17s
Run CI Pipeline
/
...
/
Run Type Check
24s
Matrix: Run CI Pipeline / 🧪 Test Matrix / test-matrix
Annotations
10 errors
|
test/cache-with-ttl.test.ts > cache-with-ttl > memoization > should use in-memory cache when memoize is true:
test/cache-with-ttl.test.ts#L358
AssertionError: expected undefined to be 'value' // Object.is equality
- Expected:
"value"
+ Received:
undefined
❯ test/cache-with-ttl.test.ts:358:21
|
|
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/cache-with-ttl.test.ts > cache-with-ttl > TTL expiration > should expire entries after TTL:
test/cache-with-ttl.test.ts#L303
AssertionError: expected undefined to be 'value' // Object.is equality
- Expected:
"value"
+ Received:
undefined
❯ test/cache-with-ttl.test.ts:303:51
|
|
test/cache-with-ttl.test.ts > cache-with-ttl > set and get > should handle keys with special characters:
test/cache-with-ttl.test.ts#L118
AssertionError: expected undefined to be 'value' // Object.is equality
- Expected:
"value"
+ Received:
undefined
❯ test/cache-with-ttl.test.ts:118:50
|
|
test/cache-with-ttl.test.ts > cache-with-ttl > set and get > should set and get different types:
test/cache-with-ttl.test.ts#L69
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/cache-with-ttl.test.ts:69:5
|
|
test/cache-with-ttl.test.ts > cache-with-ttl > set and get > should set and get a value:
test/cache-with-ttl.test.ts#L66
AssertionError: expected undefined to be 'value1' // Object.is equality
- Expected:
"value1"
+ Received:
undefined
❯ test/cache-with-ttl.test.ts:66:21
|
|
test/bin.test.ts > bin > execBin > should execute a binary by path:
test/bin.test.ts#L684
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/bin.test.ts:684:5
|
|
test/bin.test.ts > bin > findRealBin > should skip shadow bins:
test/bin.test.ts#L587
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/bin.test.ts:587:5
|
|
test/bin.test.ts > bin > findRealBin > should check common paths first:
test/bin.test.ts#L577
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/bin.test.ts:577:5
|
|
test/bin.test.ts > bin > resolveBinPathSync - Volta scenarios > should handle Volta-managed custom package binary:
test/bin.test.ts#L517
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/bin.test.ts:517:5
|