Integrate crabrl parser into taxonomy hydration
This commit is contained in:
15
vitest.config.mts
Normal file
15
vitest.config.mts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { resolve } from "node:path";
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": resolve(process.cwd(), "."),
|
||||
"bun:test": resolve(process.cwd(), "test/bun-test-shim.ts"),
|
||||
},
|
||||
},
|
||||
test: {
|
||||
environment: "node",
|
||||
setupFiles: ["./test/vitest.setup.ts"],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user