We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d441f57 commit a2f3058Copy full SHA for a2f3058
vitest.config.mts
@@ -1,7 +1,7 @@
1
import baseConfig from '@instructure.ai/shared-configs/vitest';
2
import { mergeConfig } from 'vitest/config';
3
4
-export default mergeConfig(baseConfig,{
+export default mergeConfig(baseConfig, {
5
test: {
6
coverage: {
7
include: ['scripts/**/*.{ts,tsx,js,cjs,mjs,mts}'],
0 commit comments