Skip to content

Commit 0a6ff8b

Browse files
committed
test: ✅ fix random @nx/vitest plugin random crash
this happens when resolving multiple configs loading @react-router/dev/vite
1 parent c90a555 commit 0a6ff8b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

nx.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@
6060
"watchDepsTargetName": "watch-deps"
6161
}
6262
},
63-
{
64-
"plugin": "@nx/vitest",
65-
"options": {
66-
"testTargetName": "test",
67-
"ciTargetName": "test-ci",
68-
"testMode": "watch"
69-
}
70-
},
7163
{
7264
"plugin": "@nx/playwright/plugin",
7365
"options": {

0 commit comments

Comments
 (0)