chore(deps): (deps): bump the production group across 1 directory with 7 updates #1781
Annotations
18 errors, 99 warnings, and 9 notices
|
Test on Node.js 20 and ubuntu-latest
Process completed with exit code 1.
|
|
should fetch TiDev page via proxy:
test/util/request.test.js#L26
TypeError [Error]: webidl.util.markAsUncloneable is not a function
at new CacheStorage (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)
at Object.<anonymous> (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at cjsLoader (node:internal/modules/esm/translators:298:15)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
should fetch TiDev page:
test/util/request.test.js#L20
TypeError [Error]: webidl.util.markAsUncloneable is not a function
at new CacheStorage (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)
at Object.<anonymous> (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at cjsLoader (node:internal/modules/esm/translators:298:15)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
should list releases, branches, and builds:
test/commands/ti-sdk.test.js#L273
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*(main|master)/. Input:
'Titanium Command-Line Interface v8.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Please star us on GitHub! https://github.com/tidev/titanium-cli\n' +
'and https://github.com/tidev/titanium-sdk\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' +
'\n' +
'SDK Install Locations:\n' +
' /tmp/titanium-cli-761215 [default]\n' +
'\n' +
'No Titanium SDKs found\n' +
'\n' +
'You can download the latest Titanium SDK by running: titanium sdk install\n' +
'\n' +
'\n' +
'Branches:\n' +
' undefined'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:273:11
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:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v8.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nPlease star us on GitHub! https://github.com/tidev/titanium-cli\nand https://github.com/tidev/titanium-sdk\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n /tmp/titanium-cli-761215 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined',
expected: /Branches:\n\s*(main|master)/,
operator: 'match'
}
|
|
should error if SDK release not found:
test/commands/ti-sdk.test.js#L261
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unable to find any Titanium SDK releases or CI builds that match "foo"/. Input:
'TypeError: webidl.util.markAsUncloneable is not a function\n' +
' at new CacheStorage (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)\n' +
' at Object.<anonymous> (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)\n' +
' at Module._compile (node:internal/modules/cjs/loader:1521:14)\n' +
' at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)\n' +
' at Module.load (node:internal/modules/cjs/loader:1266:32)\n' +
' at Module._load (node:internal/modules/cjs/loader:1091:12)\n' +
' at cjsLoader (node:internal/modules/esm/translators:298:15)\n' +
' at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)\n' +
' at ModuleJob.run (node:internal/modules/esm/module_job:325:25)\n' +
' at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)\n'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:261:11
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:797:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TypeError: webidl.util.markAsUncloneable is not a function\n at new CacheStorage (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)\n at Object.<anonymous> (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)\n at Module._compile (node:internal/modules/cjs/loader:1521:14)\n at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)\n at Module.load (node:internal/modules/cjs/loader:1266:32)\n at Module._load (node:internal/modules/cjs/loader:1091:12)\n at cjsLoader (node:internal/modules/esm/translators:298:15)\n at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)\n at ModuleJob.run (node:internal/modules/esm/module_job:325:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)\n',
expected: /Unable to find any Titanium SDK releases or CI builds that match "foo"/,
operator: 'match'
}
|
|
should install an SDK and remove it:
test/commands/ti-sdk.test.js#L105
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input:
'Titanium Command-Line Interface v8.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Please star us on GitHub! https://github.com/tidev/titanium-cli\n' +
'and https://github.com/tidev/titanium-sdk\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' +
'\n' +
'Usage: titanium sdk install|i [options] [version]\n' +
'\n' +
'Install Arguments:\n' +
' version the version to install, "latest", URL, zip file, or\n' +
' <branch>:<build_name>\n' +
'\n' +
'Install Options:\n' +
' -f, --force force re-install\n' +
' -k, --keep-files keep downloaded files after install\n' +
' -b, --branch [value] the branch to install from or "latest" (stable)\n' +
' -h, --help display help for command\n' +
'\n' +
'Global Options:\n' +
' --no-banner disable Titanium version banner\n' +
' --no-color disable colors\n' +
' --no-progress-bars disable progress bars\n' +
' --no-prompt disable interactive prompting\n' +
' --config [json] serialized JSON string to mix into the CLI config\n' +
' --config-file [file] path to CLI config file\n' +
' --debug display CLI debug log messages\n' +
' -d, --project-dir <path> the directory containing the project\n' +
' -q, --quiet suppress all output\n' +
' -v, --version displays the current version\n' +
' -s, --sdk [version] Titanium SDK version to use (default: "latest")'
at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:105:11
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:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v8.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nPlease star us on GitHub! https://github.com/tidev/titanium-cli\nand https://github.com/tidev/titanium-sdk\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nUsage: titanium sdk install|i [options] [version]\n\nInstall Arguments:\n version the version to install, "latest", URL, zip file, or\n <branch>:<build_name>\n\nInstall Options:\n -f, --force force re-install\n -k, --keep-files keep downloaded files after install\n -b, --branch [value] the branch to install from or "latest" (stable)\n -h, --help display help for command\n\nGlobal Options:\n --no-banner disable Titanium version banner\n --no-color disable colors\n --no-progress-bars disable progress bars\n --no-prompt disable interactive prompting\n --config [json] serialized JSON string to mix into the CLI config\n --config-file [file] path to CLI config file\n --debug display CLI debug log messages\n -d, --project-dir <path> the directory containing the project\n -q, --quiet suppress all output\n -v, --version displays the current version\n -s, --sdk [version] Titanium SDK version to use (default: "latest")',
expected: /successfully installed/,
operator: 'match'
}
|
|
Test on Node.js 20 and macOS-latest
Process completed with exit code 1.
|
|
should fetch TiDev page via proxy:
test/util/request.test.js#L26
TypeError [Error]: webidl.util.markAsUncloneable is not a function
at new CacheStorage (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)
at Object.<anonymous> (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at cjsLoader (node:internal/modules/esm/translators:298:15)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
should fetch TiDev page:
test/util/request.test.js#L20
TypeError [Error]: webidl.util.markAsUncloneable is not a function
at new CacheStorage (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)
at Object.<anonymous> (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at cjsLoader (node:internal/modules/esm/translators:298:15)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
should list releases, branches, and builds:
test/commands/ti-sdk.test.js#L273
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*(main|master)/. Input:
'Titanium Command-Line Interface v8.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Please star us on GitHub! https://github.com/tidev/titanium-cli\n' +
'and https://github.com/tidev/titanium-sdk\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' +
'\n' +
'SDK Install Locations:\n' +
' /var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/titanium-cli-862060 [default]\n' +
'\n' +
'No Titanium SDKs found\n' +
'\n' +
'You can download the latest Titanium SDK by running: titanium sdk install\n' +
'\n' +
'\n' +
'Branches:\n' +
' undefined'
at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:273:11
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:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v8.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nPlease star us on GitHub! https://github.com/tidev/titanium-cli\nand https://github.com/tidev/titanium-sdk\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n /var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/titanium-cli-862060 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined',
expected: /Branches:\n\s*(main|master)/,
operator: 'match'
}
|
|
should error if SDK release not found:
test/commands/ti-sdk.test.js#L261
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unable to find any Titanium SDK releases or CI builds that match "foo"/. Input:
'TypeError: webidl.util.markAsUncloneable is not a function\n' +
' at new CacheStorage (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)\n' +
' at Object.<anonymous> (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)\n' +
' at Module._compile (node:internal/modules/cjs/loader:1521:14)\n' +
' at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)\n' +
' at Module.load (node:internal/modules/cjs/loader:1266:32)\n' +
' at Module._load (node:internal/modules/cjs/loader:1091:12)\n' +
' at cjsLoader (node:internal/modules/esm/translators:298:15)\n' +
' at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)\n' +
' at ModuleJob.run (node:internal/modules/esm/module_job:325:25)\n' +
' at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)\n'
at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:261:11
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:797:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TypeError: webidl.util.markAsUncloneable is not a function\n at new CacheStorage (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/lib/web/cache/cachestorage.js:20:17)\n at Object.<anonymous> (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/undici@8.1.0/node_modules/undici/index.js:179:25)\n at Module._compile (node:internal/modules/cjs/loader:1521:14)\n at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)\n at Module.load (node:internal/modules/cjs/loader:1266:32)\n at Module._load (node:internal/modules/cjs/loader:1091:12)\n at cjsLoader (node:internal/modules/esm/translators:298:15)\n at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)\n at ModuleJob.run (node:internal/modules/esm/module_job:325:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)\n',
expected: /Unable to find any Titanium SDK releases or CI builds that match "foo"/,
operator: 'match'
}
|
|
should install an SDK and remove it:
test/commands/ti-sdk.test.js#L105
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input:
'Titanium Command-Line Interface v8.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Please star us on GitHub! https://github.com/tidev/titanium-cli\n' +
'and https://github.com/tidev/titanium-sdk\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' +
'\n' +
'Usage: titanium sdk install|i [options] [version]\n' +
'\n' +
'Install Arguments:\n' +
' version the version to install, "latest", URL, zip file, or\n' +
' <branch>:<build_name>\n' +
'\n' +
'Install Options:\n' +
' -f, --force force re-install\n' +
' -k, --keep-files keep downloaded files after install\n' +
' -b, --branch [value] the branch to install from or "latest" (stable)\n' +
' -h, --help display help for command\n' +
'\n' +
'Global Options:\n' +
' --no-banner disable Titanium version banner\n' +
' --no-color disable colors\n' +
' --no-progress-bars disable progress bars\n' +
' --no-prompt disable interactive prompting\n' +
' --config [json] serialized JSON string to mix into the CLI config\n' +
' --config-file [file] path to CLI config file\n' +
' --debug display CLI debug log messages\n' +
' -d, --project-dir <path> the directory containing the project\n' +
' -q, --quiet suppress all output\n' +
' -v, --version displays the current version\n' +
' -s, --sdk [version] Titanium SDK version to use (default: "latest")'
at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:105:11
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:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v8.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nPlease star us on GitHub! https://github.com/tidev/titanium-cli\nand https://github.com/tidev/titanium-sdk\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nUsage: titanium sdk install|i [options] [version]\n\nInstall Arguments:\n version the version to install, "latest", URL, zip file, or\n <branch>:<build_name>\n\nInstall Options:\n -f, --force force re-install\n -k, --keep-files keep downloaded files after install\n -b, --branch [value] the branch to install from or "latest" (stable)\n -h, --help display help for command\n\nGlobal Options:\n --no-banner disable Titanium version banner\n --no-color disable colors\n --no-progress-bars disable progress bars\n --no-prompt disable interactive prompting\n --config [json] serialized JSON string to mix into the CLI config\n --config-file [file] path to CLI config file\n --debug display CLI debug log messages\n -d, --project-dir <path> the directory containing the project\n -q, --quiet suppress all output\n -v, --version displays the current version\n -s, --sdk [version] Titanium SDK version to use (default: "latest")',
expected: /successfully installed/,
operator: 'match'
}
|
|
Test on Node.js 20 and windows-latest
Process completed with exit code 1.
|
|
should fetch TiDev page via proxy:
test\util\request.test.js#L26
TypeError [Error]: webidl.util.markAsUncloneable is not a function
at new CacheStorage (D:\a\titanium-cli\titanium-cli\node_modules\.pnpm\undici@8.1.0\node_modules\undici\lib\web\cache\cachestorage.js:20:17)
at Object.<anonymous> (D:\a\titanium-cli\titanium-cli\node_modules\.pnpm\undici@8.1.0\node_modules\undici\index.js:179:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at cjsLoader (node:internal/modules/esm/translators:298:15)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
should fetch TiDev page:
test\util\request.test.js#L20
TypeError [Error]: webidl.util.markAsUncloneable is not a function
at new CacheStorage (D:\a\titanium-cli\titanium-cli\node_modules\.pnpm\undici@8.1.0\node_modules\undici\lib\web\cache\cachestorage.js:20:17)
at Object.<anonymous> (D:\a\titanium-cli\titanium-cli\node_modules\.pnpm\undici@8.1.0\node_modules\undici\index.js:179:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at cjsLoader (node:internal/modules/esm/translators:298:15)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
should list releases, branches, and builds:
test\commands\ti-sdk.test.js#L267
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*(main|master)/. Input:
'Titanium Command-Line Interface v8.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Please star us on GitHub! https://github.com/tidev/titanium-cli\n' +
'and https://github.com/tidev/titanium-sdk\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' +
'\n' +
'SDK Install Locations:\n' +
' C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\titanium-cli-493470 [default]\n' +
'\n' +
'No Titanium SDKs found\n' +
'\n' +
'You can download the latest Titanium SDK by running: titanium sdk install\n' +
'\n' +
'\n' +
'Branches:\n' +
' undefined'
at file:///D:/a/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:273:11
at async file:///D:/a/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///D:/a/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v8.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nPlease star us on GitHub! https://github.com/tidev/titanium-cli\nand https://github.com/tidev/titanium-sdk\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\titanium-cli-493470 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined',
expected: /Branches:\n\s*(main|master)/,
operator: 'match'
}
|
|
should error if SDK release not found:
test\commands\ti-sdk.test.js#L259
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unable to find any Titanium SDK releases or CI builds that match "foo"/. Input:
'TypeError: webidl.util.markAsUncloneable is not a function\n' +
' at new CacheStorage (D:\\a\\titanium-cli\\titanium-cli\\node_modules\\.pnpm\\undici@8.1.0\\node_modules\\undici\\lib\\web\\cache\\cachestorage.js:20:17)\n' +
' at Object.<anonymous> (D:\\a\\titanium-cli\\titanium-cli\\node_modules\\.pnpm\\undici@8.1.0\\node_modules\\undici\\index.js:179:25)\n' +
' at Module._compile (node:internal/modules/cjs/loader:1521:14)\n' +
' at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)\n' +
' at Module.load (node:internal/modules/cjs/loader:1266:32)\n' +
' at Module._load (node:internal/modules/cjs/loader:1091:12)\n' +
' at cjsLoader (node:internal/modules/esm/translators:298:15)\n' +
' at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)\n' +
' at ModuleJob.run (node:internal/modules/esm/module_job:325:25)\n' +
' at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)\n'
at file:///D:/a/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:261:11
at async file:///D:/a/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///D:/a/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:797:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TypeError: webidl.util.markAsUncloneable is not a function\n at new CacheStorage (D:\\a\\titanium-cli\\titanium-cli\\node_modules\\.pnpm\\undici@8.1.0\\node_modules\\undici\\lib\\web\\cache\\cachestorage.js:20:17)\n at Object.<anonymous> (D:\\a\\titanium-cli\\titanium-cli\\node_modules\\.pnpm\\undici@8.1.0\\node_modules\\undici\\index.js:179:25)\n at Module._compile (node:internal/modules/cjs/loader:1521:14)\n at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)\n at Module.load (node:internal/modules/cjs/loader:1266:32)\n at Module._load (node:internal/modules/cjs/loader:1091:12)\n at cjsLoader (node:internal/modules/esm/translators:298:15)\n at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)\n at ModuleJob.run (node:internal/modules/esm/module_job:325:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)\n',
expected: /Unable to find any Titanium SDK releases or CI builds that match "foo"/,
operator: 'match'
}
|
|
should install an SDK and remove it:
test\commands\ti-sdk.test.js#L75
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input:
'Titanium Command-Line Interface v8.1.5\n' +
'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' +
'\n' +
'Please star us on GitHub! https://github.com/tidev/titanium-cli\n' +
'and https://github.com/tidev/titanium-sdk\n' +
'\n' +
'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' +
'\n' +
'Usage: titanium sdk install|i [options] [version]\n' +
'\n' +
'Install Arguments:\n' +
' version the version to install, "latest", URL, zip file, or\n' +
' <branch>:<build_name>\n' +
'\n' +
'Install Options:\n' +
' -f, --force force re-install\n' +
' -k, --keep-files keep downloaded files after install\n' +
' -b, --branch [value] the branch to install from or "latest" (stable)\n' +
' -h, --help display help for command\n' +
'\n' +
'Global Options:\n' +
' --no-banner disable Titanium version banner\n' +
' --no-color disable colors\n' +
' --no-progress-bars disable progress bars\n' +
' --no-prompt disable interactive prompting\n' +
' --config [json] serialized JSON string to mix into the CLI config\n' +
' --config-file [file] path to CLI config file\n' +
' --debug display CLI debug log messages\n' +
' -d, --project-dir <path> the directory containing the project\n' +
' -q, --quiet suppress all output\n' +
' -v, --version displays the current version\n' +
' -s, --sdk [version] Titanium SDK version to use (default: "latest")'
at file:///D:/a/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:105:11
at async file:///D:/a/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4
at async TestContext.<anonymous> (file:///D:/a/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11)
at async Test.run (node:internal/test_runner/test:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Titanium Command-Line Interface v8.1.5\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nPlease star us on GitHub! https://github.com/tidev/titanium-cli\nand https://github.com/tidev/titanium-sdk\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nUsage: titanium sdk install|i [options] [version]\n\nInstall Arguments:\n version the version to install, "latest", URL, zip file, or\n <branch>:<build_name>\n\nInstall Options:\n -f, --force force re-install\n -k, --keep-files keep downloaded files after install\n -b, --branch [value] the branch to install from or "latest" (stable)\n -h, --help display help for command\n\nGlobal Options:\n --no-banner disable Titanium version banner\n --no-color disable colors\n --no-progress-bars disable progress bars\n --no-prompt disable interactive prompting\n --config [json] serialized JSON string to mix into the CLI config\n --config-file [file] path to CLI config file\n --debug display CLI debug log messages\n -d, --project-dir <path> the directory containing the project\n -q, --quiet suppress all output\n -v, --version displays the current version\n -s, --sdk [version] Titanium SDK version to use (default: "latest")',
expected: /successfully installed/,
operator: 'match'
}
|
|
Test on Node.js 20 and ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
Test on Node.js 20 and macOS-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
Test on Node.js 22 and ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
Test on Node.js 24 and ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
Test on Node.js 24 and macOS-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
Test on Node.js 22 and macOS-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
Test on Node.js 20 and windows-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
Test on Node.js 22 and windows-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
Test on Node.js 24 and windows-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-expressions):
src/cli.js#L1449
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/cli.js#L392
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L153
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/version.js#L47
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L190
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L189
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/ticonfig.js#L188
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L40
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L38
Expected expression to be used
|
|
eslint(no-unused-expressions):
src/util/busyindicator.js#L13
Expected expression to be used
|
|
Test on Node.js 20 and ubuntu-latest
Total Tests: 138
Suites π: 46
Passed β
: 131
Failed β: 5
Canceled π«: 0
Skipped βοΈ: 2
Todo π: 0
Duration π: 14761.016ms
|
|
Test on Node.js 20 and macOS-latest
Total Tests: 138
Suites π: 46
Passed β
: 131
Failed β: 5
Canceled π«: 0
Skipped βοΈ: 2
Todo π: 0
Duration π: 19270.216ms
|
|
Test on Node.js 22 and ubuntu-latest
Total Tests: 138
Suites π: 46
Passed β
: 136
Failed β: 0
Canceled π«: 0
Skipped βοΈ: 2
Todo π: 0
Duration π: 42374.541ms
|
|
Test on Node.js 24 and ubuntu-latest
Total Tests: 138
Suites π: 46
Passed β
: 136
Failed β: 0
Canceled π«: 0
Skipped βοΈ: 2
Todo π: 0
Duration π: 42574.867ms
|
|
Test on Node.js 24 and macOS-latest
Total Tests: 138
Suites π: 46
Passed β
: 136
Failed β: 0
Canceled π«: 0
Skipped βοΈ: 2
Todo π: 0
Duration π: 48298.408ms
|
|
Test on Node.js 22 and macOS-latest
Total Tests: 138
Suites π: 46
Passed β
: 136
Failed β: 0
Canceled π«: 0
Skipped βοΈ: 2
Todo π: 0
Duration π: 54536.856ms
|
|
Test on Node.js 20 and windows-latest
Total Tests: 138
Suites π: 46
Passed β
: 132
Failed β: 5
Canceled π«: 0
Skipped βοΈ: 1
Todo π: 0
Duration π: 27233.363ms
|
|
Test on Node.js 22 and windows-latest
Total Tests: 138
Suites π: 46
Passed β
: 137
Failed β: 0
Canceled π«: 0
Skipped βοΈ: 1
Todo π: 0
Duration π: 79277.304ms
|
|
Test on Node.js 24 and windows-latest
Total Tests: 138
Suites π: 46
Passed β
: 137
Failed β: 0
Canceled π«: 0
Skipped βοΈ: 1
Todo π: 0
Duration π: 107728.916ms
|