Skip to content

Commit

Permalink
chore(vite): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Feb 3, 2024
1 parent c1310b5 commit 96e0e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('@nx/vite/plugin', () => {
describe('root project', () => {
let tempFs;
beforeEach(async () => {
tempFs = new TempFs('');
tempFs = new TempFs('vite-plugin-tests');
context = {
nxJsonConfiguration: {
// These defaults should be overridden by plugin
Expand Down

0 comments on commit 96e0e2b

Please sign in to comment.