Skip to content

Commit

Permalink
🔧 chore: update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 18, 2023
1 parent 5cac112 commit 2d445ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { defineConfig } from 'vitest/config';
import { name } from './package.json';

export default defineConfig({
esbuild: {
jsxInject: "import React from 'react'",
},
test: {
alias: {
'@': './src',
Expand Down

0 comments on commit 2d445ad

Please sign in to comment.