refactor: use utils in nx-plugin #3259
code-pushup.yml
on: pull_request
Standalone mode
8m 11s
Monorepo mode
6m 20s
Annotations
12 errors
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/plugin/target/targets.ts#L32
TS2353: Object literal may only specify known properties, and 'bin' does not exist in type '{ projectName?: string | undefined; }'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.ts#L22
TS2339: Property 'env' does not exist on type 'AutorunCommandExecutorOptions'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L90
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#L80
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#L60
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#L45
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#L16
TS2304: Cannot find name 'beforeAll'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.unit.test.ts#L8
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.ts#L22
TS2339: Property 'env' does not exist on type 'AutorunCommandExecutorOptions'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.int.test.ts#L30
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#L15
TS2304: Cannot find name 'beforeEach'.
|
|
<✓> TypeScript | Semantic errors:
packages/nx-plugin/src/executors/cli/executor.int.test.ts#L8
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`.
|