feat(ncu-ci)!: require --certify-safe
flag
#893
Annotations
3 errors and 1 notice
Run tests:
test/unit/ci_start.test.js#L152
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
false !== true
] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (file:///home/runner/work/node-core-utils/node-core-utils/test/unit/ci_start.test.js:152:16)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/unit/pr_checker.test.js#L2197
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
eolIndent: [],
...
table: [],
updateSpinner: [],
+ warn: [
+ [
+ 'No approving reviews found'
+ ]
+ ],
- warn: [],
write: []
}] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
{
eolIndent: [],
...
table: [],
updateSpinner: [],
+ warn: [
+ [
+ 'No approving reviews found'
+ ]
+ ],
- warn: [],
write: []
}
at TestCLI.assertCalledWith (file:///home/runner/work/node-core-utils/node-core-utils/test/fixtures/test_cli.js:38:12)
at TestContext.<anonymous> (file:///home/runner/work/node-core-utils/node-core-utils/test/unit/pr_checker.test.js:2197:11)
at Test.runInAsyncScope (node:async_hooks:203:9)
at Test.run (node:internal/test_runner/test:631:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:374:18)
at Test.postRun (node:internal/test_runner/test:715:19)
at Test.run (node:internal/test_runner/test:673:12)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { eolIndent: [], setFigureIndent: [], prompt: [], setAssumeYes: [], startSpinner: [], updateSpinner: [], stopSpinner: [], write: [], log: [], table: [], separator: [], ok: [], warn: [Array], info: [], error: [], setExitCode: [] },
expected: { eolIndent: [], setFigureIndent: [], prompt: [], setAssumeYes: [], startSpinner: [], updateSpinner: [], stopSpinner: [], write: [], log: [], table: [], separator: [], ok: [], warn: [], info: [], error: [], setExitCode: [] },
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 172
Suites π: 50
Passed β
: 170
Failed β: 2
Canceled π«: 0
Skipped βοΈ: 0
Todo π: 0
Duration π: 3274.896ms
|
Loading