Skip to content

Commit

Permalink
fix(testing): use npm in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed Jan 20, 2023
1 parent 29d003d commit 6738c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/vite/src/vite.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Vite Plugin', () => {
describe('Vite on React apps', () => {
describe('convert React webpack app to vite using the vite:configuration generator', () => {
beforeEach(() => {
proj = newProject();
proj = newProject({ packageManager: 'npm' });
runCLI(`generate @nrwl/react:app ${myApp} --bundler=webpack`);
runCLI(`generate @nrwl/vite:configuration ${myApp}`);
});
Expand Down

0 comments on commit 6738c39

Please sign in to comment.