We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3942b5d commit 7a08f3dCopy full SHA for 7a08f3d
packages/prompts/vitest.config.ts
@@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config';
2
3
export default defineConfig({
4
test: {
5
- snapshotSerializers: ['vitest-ansi-serializer']
+ snapshotSerializers: ['vitest-ansi-serializer'],
6
},
7
});
0 commit comments