Titanium CLI v7 Beta 1 #682
Annotations
2 errors and 1 notice
test/commands/ti-sdk.test.js#L326
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /The "select" subcommand is no longer used/. Input:
'Titanium Command-Line Interface v7.0.0-alpha\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' +
'\n' +
'Good news! The "select" subcommand is no longer required.\n' +
'\n' +
'If the current working directory is a Titanium app, the Titanium CLI will\n' +
'automatically use the <sdk-version> from the "tiapp.xml", otherwise use the\n' +
'default to the latest installed SDK.'
at async Promise.all (index 0) {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /The "select" subcommand is no longer used/. Input:
'Titanium Command-Line Interface v7.0.0-alpha\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' +
'\n' +
'Good news! The "select" subcommand is no longer required.\n' +
'\n' +
'If the current working directory is a Titanium app, the Titanium CLI will\n' +
'automatically use the <sdk-version> from the "tiapp.xml", otherwise use the\n' +
'default to the latest installed SDK.'
at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:326:11
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 Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v7.0.0-alpha\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nGood news! The "select" subcommand is no longer required.\n\nIf the current working directory is a Titanium app, the Titanium CLI will\nautomatically use the <sdk-version> from the "tiapp.xml", otherwise use the\ndefault to the latest installed SDK.',
expected: /The "select" subcommand is no longer used/,
operator: 'match'
},
code: 'ERR_TEST_FAILURE'
}
|
|
|
The logs for this run have expired and are no longer available.
Loading