Skip to content

Commit 61eb942

Browse files
author
John Doe
committed
chore: adjust int-test targets
1 parent 444bf05 commit 61eb942

13 files changed

Lines changed: 13 additions & 139 deletions

File tree

packages/ci/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
}
10+
"int-test": {}
2111
},
2212
"tags": ["scope:tooling", "type:feature", "publishable"]
2313
}

packages/cli/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
},
10+
"int-test": {},
2111
"run-help": {
2212
"command": "npx dist/packages/cli --help",
2313
"dependsOn": ["build"]

packages/core/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
}
10+
"int-test": {}
2111
},
2212
"tags": ["scope:core", "type:feature", "publishable"]
2313
}

packages/create-cli/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
},
10+
"int-test": {},
2111
"exec-node": {
2212
"dependsOn": ["build"],
2313
"command": "node ./dist/packages/create-cli/src/index.js",

packages/models/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020
"lint": {},
2121
"unit-test": {},
2222
"int-test": {
23-
"executor": "@nx/vite:test",
24-
"options": {
25-
"configFile": "{projectRoot}/vitest.int.config.ts",
26-
"coverage": {
27-
"enabled": true
28-
}
29-
}
23+
"options": {}
3024
}
3125
},
3226
"tags": ["scope:shared", "type:util", "publishable"]

packages/nx-plugin/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,7 @@
4242
}
4343
},
4444
"unit-test": {},
45-
"int-test": {
46-
"cache": true,
47-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
48-
"executor": "@nx/vite:test",
49-
"options": {
50-
"configFile": "{projectRoot}/vitest.int.config.ts",
51-
"coverage": {
52-
"enabled": true
53-
}
54-
}
55-
}
45+
"int-test": {}
5646
},
5747
"tags": ["scope:tooling", "type:feature", "publishable"]
5848
}

packages/plugin-coverage/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
}
10+
"int-test": {}
2111
},
2212
"tags": ["scope:plugin", "type:feature", "publishable"]
2313
}

packages/plugin-eslint/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
}
10+
"int-test": {}
2111
},
2212
"tags": ["scope:plugin", "type:feature", "publishable"]
2313
}

packages/plugin-js-packages/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"build": {},
88
"lint": {},
99
"unit-test": {},
10-
"int-test": {
11-
"cache": true,
12-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13-
"executor": "@nx/vite:test",
14-
"options": {
15-
"configFile": "{projectRoot}/vitest.int.config.ts",
16-
"coverage": {
17-
"enabled": true
18-
}
19-
}
20-
}
10+
"int-test": {}
2111
},
2212
"tags": ["scope:plugin", "type:feature", "publishable"],
2313
"description": "A plugin for JavaScript packages."

packages/plugin-jsdocs/project.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
"build": {},
99
"lint": {},
1010
"unit-test": {},
11-
"int-test": {
12-
"cache": true,
13-
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
14-
"executor": "@nx/vite:test",
15-
"options": {
16-
"configFile": "{projectRoot}/vitest.int.config.ts",
17-
"coverage": {
18-
"enabled": true
19-
}
20-
}
21-
}
11+
"int-test": {}
2212
}
2313
}

0 commit comments

Comments
 (0)