Skip to content

Commit

Permalink
make tests run again
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 9, 2025
1 parent 3751b73 commit 114505a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion deployables/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true
"noEmit": true,
"paths": {
"@/test-utils": ["./test-utils/index.ts"]
}
}
}
2 changes: 1 addition & 1 deletion deployables/app/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { fileURLToPath } from 'url'
import { defineConfig } from 'vitest/config'
import tsConfig from './tsconfig.node.json'
import tsConfig from './tsconfig.json'

const alias = Object.entries(tsConfig.compilerOptions.paths).reduce(
(result, [key, value]) => ({
Expand Down

0 comments on commit 114505a

Please sign in to comment.