Skip to content

Commit 5b75d06

Browse files
author
John Doe
committed
chore: adjust int-test target
1 parent 61eb942 commit 5b75d06

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

examples/plugins/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-collect": {
2212
"command": "npx dist/packages/cli collect --config=examples/plugins/code-pushup.config.ts --persist.format=md",
2313
"dependsOn": [

0 commit comments

Comments
 (0)