Upgrade to latest asyncforge #54
Annotations
6 errors and 1 notice
|
Run tests:
test/before.test.js#L20
[Error [ERR_TEST_FAILURE]: store.enterWith is not a function] {
failureType: 'testCodeFailure',
cause: TypeError [Error]: store.enterWith is not a function
at Object.enterWith (/home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:23:11)
at TestContext.<anonymous> (/home/runner/work/fastify-asyncforge/fastify-asyncforge/test/before.test.js:20:13)
at Test.runInAsyncScope (node:async_hooks:203:9)
at Test.run (node:internal/test_runner/test:631:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/before.test.js#L33
[Error [ERR_TEST_FAILURE]: test did not finish before its parent and was cancelled] { failureType: 'cancelledByParent', cause: 'test did not finish before its parent and was cancelled', code: 'ERR_TEST_FAILURE' }
|
Run tests:
test/before.test.js#L37
[Error [ERR_TEST_FAILURE]: test did not finish before its parent and was cancelled] { failureType: 'cancelledByParent', cause: 'test did not finish before its parent and was cancelled', code: 'ERR_TEST_FAILURE' }
|
Run tests:
test/before.test.js#L30
[Error [ERR_TEST_FAILURE]: failed running before hook] {
failureType: 'hookFailed',
cause: TypeError [Error]: store.enterWith is not a function
at Object.enterWith (/home/runner/work/fastify-asyncforge/fastify-asyncforge/index.js:23:11)
at SuiteContext.<anonymous> (/home/runner/work/fastify-asyncforge/fastify-asyncforge/test/before.test.js:30:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestHook.run (node:internal/test_runner/test:632:9)
at async node:internal/test_runner/test:565:9
at async Suite.runHook (node:internal/test_runner/test:563:7)
at async Suite.run (node:internal/test_runner/test:942:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 10
Suites π: 2
Passed β
: 7
Failed β: 1
Canceled π«: 2
Skipped βοΈ: 0
Todo π: 0
Duration π: 254.633ms
|
Loading