chore(deps): bump commander from 12.1.0 to 13.1.0 #1198
Annotations
10 errors 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) {
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:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:948:7)
at async startSubtest (node:internal/test_runner/harness:214:3) {
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'
},
code: 'ERR_TEST_FAILURE'
}
|
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) {
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:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:948:7)
at async startSubtest (node:internal/test_runner/harness:214:3) {
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'
},
code: 'ERR_TEST_FAILURE'
}
|
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) {
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:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:948:7)
at async startSubtest (node:internal/test_runner/harness:214:3) {
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'
},
code: 'ERR_TEST_FAILURE'
}
|
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) {
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:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:948:7)
at async startSubtest (node:internal/test_runner/harness:214:3) {
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'
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/commands/ti-config.test.js#L32
[Error [ERR_TEST_FAILURE]: Unexpected token a in JSON at position 0] {
failureType: 'testCodeFailure',
cause: SyntaxError [Error]: Unexpected token a in JSON at position 0
at JSON.parse (<anonymous>)
at file:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/commands/ti-config.test.js#L49
[Error [ERR_TEST_FAILURE]: Unexpected token c in JSON at position 0] {
failureType: 'testCodeFailure',
cause: SyntaxError [Error]: Unexpected token c in JSON at position 0
at JSON.parse (<anonymous>)
at file:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/commands/ti-config.test.js#L88
[Error [ERR_TEST_FAILURE]: Unexpected token E in JSON at position 0] {
failureType: 'testCodeFailure',
cause: SyntaxError [Error]: Unexpected token E in JSON at position 0
at JSON.parse (<anonymous>)
at file:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
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'
] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /"foo" removed/. Input:
'bar'
at file:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
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: 'bar',
expected: /"foo" removed/,
operator: 'match'
},
code: 'ERR_TEST_FAILURE'
}
|
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"'
] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /"foo" removed/. Input:
'foo.bar = "baz"'
at file:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
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: 'foo.bar = "baz"',
expected: /"foo" removed/,
operator: 'match'
},
code: 'ERR_TEST_FAILURE'
}
|
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:
''
] {
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:///Users/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:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
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: '',
expected: /Missing key of the config setting to remove/,
operator: 'match'
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests
Total Tests: 138
Suites π: 46
Passed β
: 102
Failed β: 35
Canceled π«: 0
Skipped βοΈ: 1
Todo π: 0
Duration π: 15602.961ms
|
Loading