Skip to content

Commit

Permalink
refactor: merge vite.config.ts into vite.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph committed Aug 1, 2024
1 parent ab800f7 commit b184ab7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 5 additions & 0 deletions web-marketplace/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,10 @@ export default defineConfig(({ mode }) => {
: undefined,
},
},
test: {
globals: true,
environment: 'jsdom',
setupFiles: './test/setup.ts',
},
};
});
11 changes: 0 additions & 11 deletions web-marketplace/vite.config.ts

This file was deleted.

0 comments on commit b184ab7

Please sign in to comment.