Skip to content

Commit d3240f9

Browse files
author
John Doe
committed
refactor: wip
1 parent c0059f3 commit d3240f9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

e2e/plugin-js-packages-e2e/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
"implicitDependencies": ["cli", "plugin-js-packages"],
77
"targets": {
88
"lint": {},
9-
"e2e": {}
9+
"e2e": {
10+
"executor": "@nx/vitest:test",
11+
"options": {
12+
"configFile": "{projectRoot}/vitest.e2e.config.ts"
13+
}
14+
}
1015
},
1116
"tags": ["scope:plugin", "type:e2e"]
1217
}

0 commit comments

Comments
 (0)