chore(deps): bump commander from 12.1.0 to 13.1.0 #1199
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
test/commands/custom.test.js#L24
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Usage: titanium/. Input:
'Titanium Command-Line Interface v7.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at async Promise.all (index 0) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Usage: titanium/. Input:
'Titanium Command-Line Interface v7.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/custom.test.js:24:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1217:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v7.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n',
expected: /Usage: titanium/,
operator: 'match'
}
}
|
Run tests:
test/commands/ti-build.test.js#L12
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Usage: titanium build \[options\]/. Input:
'Titanium Command-Line Interface v7.1.5 SDK v0.0.0.GA\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at async Promise.all (index 0) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Usage: titanium build \[options\]/. Input:
'Titanium Command-Line Interface v7.1.5 SDK v0.0.0.GA\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-build.test.js:12:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1217:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v7.1.5 SDK v0.0.0.GA\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n',
expected: /Usage: titanium build \[options\]/,
operator: 'match'
}
}
|
Run tests:
test/commands/ti-clean.test.js#L12
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Usage: titanium clean \[options\]/. Input:
'Titanium Command-Line Interface v7.1.5 SDK v0.0.0.GA\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at async Promise.all (index 0) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Usage: titanium clean \[options\]/. Input:
'Titanium Command-Line Interface v7.1.5 SDK v0.0.0.GA\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-clean.test.js:12:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1217:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v7.1.5 SDK v0.0.0.GA\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n',
expected: /Usage: titanium clean \[options\]/,
operator: 'match'
}
}
|
Run tests:
test/commands/ti-config.test.js#L14
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Usage: titanium config \[options\] \[key\] \[value\]/. Input:
'Titanium Command-Line Interface v7.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at async Promise.all (index 0) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Usage: titanium config \[options\] \[key\] \[value\]/. Input:
'Titanium Command-Line Interface v7.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:14:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1217:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v7.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n',
expected: /Usage: titanium config \[options\] \[key\] \[value\]/,
operator: 'match'
}
}
|
Run tests:
test/commands/ti-config.test.js#L32
[Error [ERR_TEST_FAILURE]: Unexpected token 'a', "app.worksp"... is not valid JSON] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: SyntaxError [Error]: Unexpected token 'a', "app.worksp"... is not valid JSON
at JSON.parse (<anonymous>)
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:32:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7)
}
|
Run tests:
test/commands/ti-config.test.js#L49
[Error [ERR_TEST_FAILURE]: Unexpected token 'c', "cli.colors"... is not valid JSON] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: SyntaxError [Error]: Unexpected token 'c', "cli.colors"... is not valid JSON
at JSON.parse (<anonymous>)
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:49:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7)
}
|
Run tests:
test/commands/ti-config.test.js#L88
[Error [ERR_TEST_FAILURE]: Unexpected token 'E', "Error: Key"... is not valid JSON] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: SyntaxError [Error]: Unexpected token 'E', "Error: Key"... is not valid JSON
at JSON.parse (<anonymous>)
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:88:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7)
}
|
Run tests:
test/commands/ti-config.test.js#L136
[Error [ERR_TEST_FAILURE]: The input did not match the regular expression /"foo" removed/. Input:
'bar'
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /"foo" removed/. Input:
'bar'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:136:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'bar',
expected: /"foo" removed/,
operator: 'match'
}
}
|
Run tests:
test/commands/ti-config.test.js#L159
[Error [ERR_TEST_FAILURE]: The input did not match the regular expression /"foo" removed/. Input:
'foo.bar = "baz"'
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /"foo" removed/. Input:
'foo.bar = "baz"'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:159:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'foo.bar = "baz"',
expected: /"foo" removed/,
operator: 'match'
}
}
|
Run tests:
test/commands/ti-config.test.js#L172
[Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Missing key of the config setting to remove/. Input:
''
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Missing key of the config setting to remove/. Input:
''
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-config.test.js:172:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /Missing key of the config setting to remove/,
operator: 'match'
}
}
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
Total Tests: 138
Suites π: 46
Passed β
: 102
Failed β: 35
Canceled π«: 0
Skipped βοΈ: 1
Todo π: 0
Duration π: 13230.914ms
|
Loading