We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f3058 commit 84b4673Copy full SHA for 84b4673
packages/aiinfo/vitest.config.mts
@@ -1,6 +1,6 @@
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
6
});
0 commit comments