Add mocks for department daily report components and update Vitest configuration for SCSS
This commit is contained in:
@@ -10,6 +10,15 @@ export default defineConfig({
|
||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
},
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: "modern-compiler",
|
||||
quietDeps: true,
|
||||
silenceDeprecations: ["import", "global-builtin", "legacy-js-api", "if-function"],
|
||||
},
|
||||
},
|
||||
},
|
||||
test: {
|
||||
environment: "node",
|
||||
include: ["tests/unit/**/*.spec.js"],
|
||||
|
||||
Reference in New Issue
Block a user