Feat/lib upgrade #202
Annotations
10 errors and 1 warning
packages/cli/src/commands/__tests__/init.test.ts > init command > print message and do nothing when config already exists:
packages/cli/src/commands/__tests__/utils.ts#L7
Error: command init not found
❯ Config.runCommand node_modules/@oclif/core/lib/config/config.js:405:19
❯ run node_modules/@oclif/core/lib/main.js:96:16
❯ captureOutput node_modules/@oclif/test/lib/index.js:92:24
❯ Module.runCommand packages/cli/src/commands/__tests__/utils.ts:7:18
❯ packages/cli/src/commands/__tests__/init.test.ts:31:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: undefined, oclif: { exit: 2 }, skipOclifErrorHandling: undefined, suggestions: undefined, bang: '›', render: 'Function<render>' }
|
packages/cli/src/commands/__tests__/init.test.ts > init command > creates typescript config when selected typescript config type:
packages/cli/src/commands/__tests__/utils.ts#L7
Error: command init not found
❯ Config.runCommand node_modules/@oclif/core/lib/config/config.js:405:19
❯ run node_modules/@oclif/core/lib/main.js:96:16
❯ captureOutput node_modules/@oclif/test/lib/index.js:92:24
❯ Module.runCommand packages/cli/src/commands/__tests__/utils.ts:7:18
❯ packages/cli/src/commands/__tests__/init.test.ts:46:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: undefined, oclif: { exit: 2 }, skipOclifErrorHandling: undefined, suggestions: undefined, bang: '›', render: 'Function<render>' }
|
packages/cli/src/commands/__tests__/init.test.ts > init command > creates javascript config when selected javascript config type:
packages/cli/src/commands/__tests__/utils.ts#L7
Error: command init not found
❯ Config.runCommand node_modules/@oclif/core/lib/config/config.js:405:19
❯ run node_modules/@oclif/core/lib/main.js:96:16
❯ captureOutput node_modules/@oclif/test/lib/index.js:92:24
❯ Module.runCommand packages/cli/src/commands/__tests__/utils.ts:7:18
❯ packages/cli/src/commands/__tests__/init.test.ts:72:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: undefined, oclif: { exit: 2 }, skipOclifErrorHandling: undefined, suggestions: undefined, bang: '›', render: 'Function<render>' }
|
packages/cli/src/commands/__tests__/init.test.ts > init command > creates rc config when selected rc file config type:
packages/cli/src/commands/__tests__/utils.ts#L7
Error: command init not found
❯ Config.runCommand node_modules/@oclif/core/lib/config/config.js:405:19
❯ run node_modules/@oclif/core/lib/main.js:96:16
❯ captureOutput node_modules/@oclif/test/lib/index.js:92:24
❯ Module.runCommand packages/cli/src/commands/__tests__/utils.ts:7:18
❯ packages/cli/src/commands/__tests__/init.test.ts:99:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: undefined, oclif: { exit: 2 }, skipOclifErrorHandling: undefined, suggestions: undefined, bang: '›', render: 'Function<render>' }
|
packages/cli/src/commands/__tests__/init.test.ts > init command > use all inputed values to create config:
packages/cli/src/commands/__tests__/utils.ts#L7
Error: command init not found
❯ Config.runCommand node_modules/@oclif/core/lib/config/config.js:405:19
❯ run node_modules/@oclif/core/lib/main.js:96:16
❯ captureOutput node_modules/@oclif/test/lib/index.js:92:24
❯ Module.runCommand packages/cli/src/commands/__tests__/utils.ts:7:18
❯ packages/cli/src/commands/__tests__/init.test.ts:121:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: undefined, oclif: { exit: 2 }, skipOclifErrorHandling: undefined, suggestions: undefined, bang: '›', render: 'Function<render>' }
|
packages/cli/src/commands/__tests__/open.test.ts > open command > opens sheet in browser:
packages/cli/src/commands/__tests__/utils.ts#L7
Error: command open not found
❯ Config.runCommand node_modules/@oclif/core/lib/config/config.js:405:19
❯ run node_modules/@oclif/core/lib/main.js:96:16
❯ captureOutput node_modules/@oclif/test/lib/index.js:92:24
❯ Module.runCommand packages/cli/src/commands/__tests__/utils.ts:7:18
❯ packages/cli/src/commands/__tests__/open.test.ts:12:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: undefined, oclif: { exit: 2 }, skipOclifErrorHandling: undefined, suggestions: undefined, bang: '›', render: 'Function<render>' }
|
packages/cli/src/commands/__tests__/open.test.ts > open command > throws when id not provided:
packages/cli/src/commands/__tests__/open.test.ts#L16
AssertionError: expected [Function] to throw error including '💥 Sheet id is required for open of t…' but got 'command open not found'
Expected: "💥 Sheet id is required for open of translations"
Received: "command open not found"
❯ packages/cli/src/commands/__tests__/open.test.ts:16:5
|
packages/cli/src/commands/__tests__/update.test.ts > update command > throws when id not provided:
packages/cli/src/commands/__tests__/update.test.ts#L51
AssertionError: expected [Function] to throw error including '💥 Sheet id is required for update of…' but got 'command update not found'
Expected: "💥 Sheet id is required for update of translations"
Received: "command update not found"
❯ packages/cli/src/commands/__tests__/update.test.ts:51:5
|
packages/cli/src/commands/__tests__/update.test.ts > update command > throws when output directory not provided:
packages/cli/src/commands/__tests__/update.test.ts#L56
AssertionError: expected [Function] to throw error including '💥 Output directory is required for u…' but got 'command update not found'
Expected: "💥 Output directory is required for update of translations"
Received: "command update not found"
❯ packages/cli/src/commands/__tests__/update.test.ts:56:5
|
packages/cli/src/commands/__tests__/update.test.ts > update command > throws when keys column not provided:
packages/cli/src/commands/__tests__/update.test.ts#L61
AssertionError: expected [Function] to throw error including '💥 Keys column is required for update…' but got 'command update not found'
Expected: "💥 Keys column is required for update of translations"
Received: "command update not found"
❯ packages/cli/src/commands/__tests__/update.test.ts:61:5
|
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|