Skip to content

Commit

Permalink
Update vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantSinghhhhh authored Dec 13, 2024
1 parent 19722f0 commit 585844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config';
import react from '@vitejs/plugin-react';
import { nodePolyfills } from 'vite-plugin-node-polyfills';
import tsconfigPaths from 'vite-tsconfig-paths';
import svgrPlugin from 'vite-plugin-svgr';
import svgr from 'vite-plugin-svgr';

export default defineConfig({
plugins: [
Expand Down

0 comments on commit 585844e

Please sign in to comment.