Add tests #62
Annotations
10 errors and 1 warning
build:
node_modules/vite-node/dist/index-WT31LSgS.d.ts#L83
Cannot find name 'WebSocket'.
|
build:
node_modules/vite/dist/node/index.d.ts#L5
Cannot find module 'rollup/parseAst' or its corresponding type declarations.
|
build:
node_modules/vite/types/customEvent.d.ts#L26
Cannot find name 'WebSocket'.
|
build:
node_modules/vite/types/importGlob.d.ts#L38
Cannot find name 'Worker'.
|
build:
src/lib/CommandHandler.test.ts#L1
Module '"child_process"' has no default export.
|
build:
src/lib/CommandHandler.test.ts#L2
Module '"path"' can only be default-imported using the 'esModuleInterop' flag
|
build:
src/lib/CommandHandler.test.ts#L112
Argument of type '{ taskId: string; }' is not assignable to parameter of type 'ShellCommandOptions'.
|
build:
src/lib/VariableResolver.test.ts#L1
Module '"path"' can only be default-imported using the 'esModuleInterop' flag
|
build:
src/mocks/vscode.ts#L27
Type 'readonly WorkspaceFolder[] | undefined' is not assignable to type 'readonly WorkspaceFolder[]'.
|
build:
src/mocks/vscode.ts#L28
Type 'string | undefined' is not assignable to type 'string'.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|