Skip to content

Commit ad988ab

Browse files
author
John Doe
committed
chore: refactor unit and int test targets 2
1 parent 3261c0e commit ad988ab

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

testing/test-nx-utils/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"unit-test": {
10-
"executor": "@nx/vite:test",
11-
"options": {
12-
"configFile": "testing/test-nx-utils/vitest.unit.config.ts"
13-
}
14-
}
9+
"unit-test": {}
1510
},
1611
"tags": ["scope:shared", "type:testing"]
1712
}

testing/test-setup/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"unit-test": {
10-
"executor": "@nx/vite:test",
11-
"options": {
12-
"configFile": "testing/test-setup/vitest.unit.config.ts"
13-
}
14-
}
9+
"unit-test": {}
1510
},
1611
"tags": ["scope:shared", "type:testing"]
1712
}

testing/test-utils/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"unit-test": {
10-
"executor": "@nx/vite:test",
11-
"options": {
12-
"configFile": "testing/test-utils/vitest.unit.config.ts"
13-
}
14-
},
9+
"unit-test": {},
1510
"nx-release-publish": {
1611
"executor": "nx:noop"
1712
}

0 commit comments

Comments
 (0)