Moved the NodeJS version of the application to the app/ directory.
This commit is contained in:
8
app/frontend/vitest.config.ts
Normal file
8
app/frontend/vitest.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
setupFiles: ["./test/setup.ts"]
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user