2.8.0 #47
Annotations
10 errors and 1 warning
|
tests/cli.export.test.ts > cli: export command > output to strings > infers strings format from explicitly providing --output strings:
tests/cli.export.test.ts#L172
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.export.test.ts:172:26
|
|
tests/cli.export.test.ts > cli: export command > output to xcstrings > prioritizes explicit --output xcstrings over a .strings extension:
tests/cli.export.test.ts#L151
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.export.test.ts:151:26
|
|
tests/cli.export.test.ts > cli: export command > output to xcstrings > infers xcstrings output format from extension:
tests/cli.export.test.ts#L131
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.export.test.ts:131:26
|
|
tests/cli.export.test.ts > cli: export command > output to xcstrings > supports filtering by languages:
tests/cli.export.test.ts#L114
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.export.test.ts:114:26
|
|
tests/cli.export.test.ts > cli: export command > output to xcstrings > supports filtering by key:
tests/cli.export.test.ts#L99
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.export.test.ts:99:26
|
|
tests/cli.export.test.ts > cli: export command > output to xcstrings > exports all to a new xcstrings file by default:
tests/cli.export.test.ts#L86
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.export.test.ts:86:26
|
|
tests/cli.export.test.ts > cli: export command > requires the output path positional argument:
tests/cli.export.test.ts#L79
AssertionError: expected 'node:internal/modules/cjs/loader:1207…' to match /Not enough non-option arguments/
- Expected:
/Not enough non-option arguments/
+ Received:
"node:internal/modules/cjs/loader:1207
const err = new Error(message);
^
Error: Cannot find module './build/Debug/iconv.node'
Require stack:
- /home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/iconv@3.0.1/node_modules/iconv/index.js
- /home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/i18n-strings-files@2.0.0/node_modules/i18n-strings-files/index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1207:15)
at Module._load (node:internal/modules/cjs/loader:1038:27)
at Module.require (node:internal/modules/cjs/loader:1289:19)
at require (node:internal/modules/helpers:182:18)
at Object.<anonymous> (/home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/iconv@3.0.1/node_modules/iconv/index.js:30:14)
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 Module.require (node:internal/modules/cjs/loader:1289:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/iconv@3.0.1/node_modules/iconv/index.js',
'/home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/i18n-strings-files@2.0.0/node_modules/i18n-strings-files/index.js'
]
}
Node.js v20.20.1
"
❯ tests/cli.export.test.ts:79:24
|
|
tests/cli.add.interactive.test.ts > cli add: interactive flag > shows interactive flag in help output:
tests/cli.add.interactive.test.ts#L37
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/cli.add.interactive.test.ts:37:22
|
|
tests/cli.add-state.single.test.ts > cli add: state (cli validation) > rejects invalid state values case-sensitively at the CLI layer:
tests/cli.add-state.single.test.ts#L269
AssertionError: expected 'node:internal/modules/cjs/loader:1207…' to match /Invalid/i
- Expected:
/Invalid/i
+ Received:
"node:internal/modules/cjs/loader:1207
const err = new Error(message);
^
Error: Cannot find module './build/Debug/iconv.node'
Require stack:
- /home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/iconv@3.0.1/node_modules/iconv/index.js
- /home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/i18n-strings-files@2.0.0/node_modules/i18n-strings-files/index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1207:15)
at Module._load (node:internal/modules/cjs/loader:1038:27)
at Module.require (node:internal/modules/cjs/loader:1289:19)
at require (node:internal/modules/helpers:182:18)
at Object.<anonymous> (/home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/iconv@3.0.1/node_modules/iconv/index.js:30:14)
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 Module.require (node:internal/modules/cjs/loader:1289:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/iconv@3.0.1/node_modules/iconv/index.js',
'/home/runner/work/xcstrings-cli/xcstrings-cli/node_modules/.pnpm/i18n-strings-files@2.0.0/node_modules/i18n-strings-files/index.js'
]
}
Node.js v20.20.1
"
❯ tests/cli.add-state.single.test.ts:269:24
|
|
Unhandled error:
tests/cli.unknown.test.ts#L25
AssertionError: expected 'node:internal/modules/cjs/loader:1207…' to match /Unknown/i
❯ ChildProcess.<anonymous> tests/cli.unknown.test.ts:25:32
This error originated in "tests/cli.unknown.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should exit non-zero and print help when unknown subcommand is passed". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, 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/
|