Skip to content

Commit

Permalink
fix: alias (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey authored Dec 17, 2024
1 parent b73813d commit 7e1e569
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
@@ -37,7 +37,7 @@ export default defineConfig({
'@/core': path.resolve(__dirname, './src/core'),
'@/core-react': path.resolve(__dirname, './src/core-react'),
'@/ui-react': path.resolve(__dirname, './src/ui/react'),
'@/': path.resolve(__dirname, './src'),
'@': path.resolve(__dirname, './src'),
},
environment: 'jsdom',
exclude: [

0 comments on commit 7e1e569

Please sign in to comment.