fix: caching #127
Annotations
3 errors and 1 notice
Run Tests:
tests/e2e/index.test.ts#L1
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'public, max-age=3600, s-maxage=14400'
- 'no-store'
at async Promise.all (index 0) {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'public, max-age=3600, s-maxage=14400'
- 'no-store'
at TestContext.<anonymous> (/home/runner/work/release-cloudflare-worker/release-cloudflare-worker/tests/e2e/file.test.ts:31:12)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:572:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:815:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:316:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'public, max-age=3600, s-maxage=14400',
expected: 'no-store',
operator: 'strictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
Run Tests:
tests/e2e/index.test.ts#L1
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'public, max-age=3600, s-maxage=14400'
- 'no-store'] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'public, max-age=3600, s-maxage=14400'
- 'no-store'
at TestContext.<anonymous> (/home/runner/work/release-cloudflare-worker/release-cloudflare-worker/tests/e2e/file.test.ts:46:12)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:572:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:316:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'public, max-age=3600, s-maxage=14400',
expected: 'no-store',
operator: 'strictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
Run Tests
Process completed with exit code 1.
|
Run Tests
Total Tests: 24
Suites 📂: 3
Passed ✅: 22
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 2549.810ms
|
The logs for this run have expired and are no longer available.
Loading