Skip to content

Commit

Permalink
fix vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 29, 2024
1 parent dafc224 commit ebbb88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { resolve } from 'node:path';
import { defineWorkspace } from 'vitest/config';

export default defineWorkspace([
{
resolve: { alias: { 'react-tracked': resolve('src') } },
test: {
name: 'spec',
environment: 'happy-dom',
Expand Down

0 comments on commit ebbb88a

Please sign in to comment.