Add prettier. Format.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'happy-dom',
|
||||
include: ['packages/**/*.test.ts'],
|
||||
coverage: { reporter: ['text', 'html'] },
|
||||
environment: "happy-dom",
|
||||
include: ["packages/**/*.test.ts"],
|
||||
coverage: { reporter: ["text", "html"] },
|
||||
},
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user