We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13effa0 commit 3e07361Copy full SHA for 3e07361
packages/addons/vitest-addon/index.ts
@@ -141,7 +141,7 @@ export default defineAddon({
141
const vitestConfig = functions.argumentByIndex(defineWorkspaceCall, 0, object.createEmpty());
142
const testObject = object.property(vitestConfig, 'test', object.createEmpty());
143
144
- const workspaceArray = object.property(testObject, 'workspace', array.createEmpty());
+ const workspaceArray = object.property(testObject, 'projects', array.createEmpty());
145
array.push(workspaceArray, clientObjectExpression);
146
array.push(workspaceArray, serverObjectExpression);
147
0 commit comments