refactor(nx-plugin): add env vars to executor #3369
code-pushup.yml
on: pull_request
Standalone mode
10m 16s
Monorepo mode
13m 8s
Annotations
13 errors and 1 warning
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L82
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L72
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L54
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L43
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L14
TS2304: Cannot find name 'beforeAll'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L7
TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.int.test.ts#L51
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.int.test.ts#L26
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.int.test.ts#L11
TS2304: Cannot find name 'beforeEach'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.int.test.ts#L7
TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
|
Monorepo mode
Process completed with exit code 1.
|
|
Monorepo mode
Process failed with exit code 130
|
|
Monorepo mode
[Code PushUp GitHub action] Failed: Process failed with exit code 130
|
|
<✓> ESLint | Disallow unnecessary spread.:
packages/nx-plugin/src/executors/cli/executor.ts#L34
Spread an array literal in array literal is unnecessary.
|