Skip to content

Commit 4b2a2df

Browse files
committed
test(nx-plugin-e2e): remove unnecessary Verdaccio setup to fix interference with cli-e2e
1 parent f255504 commit 4b2a2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/nx-plugin-e2e/vite.config.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
},
1717
environment: 'node',
1818
include: ['tests/**/*.e2e.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
19-
globalSetup: ['../../global-setup.e2e.ts'],
19+
globalSetup: ['../../global-setup.ts'],
2020
setupFiles: ['../../testing/test-setup/src/lib/reset.mocks.ts'],
2121
},
2222
});

0 commit comments

Comments
 (0)