Skip to content

Commit

Permalink
test(cli): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslz committed Jan 28, 2024
1 parent 78850df commit 263904e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export default mergeConfig(
globals: true,
environment: "node",
setupFiles: "./global-setup.ts",
snapshotFormat: {
escapeString: false,
printBasicPrototype: false,
},
},
resolve: {
alias: {
Expand Down

0 comments on commit 263904e

Please sign in to comment.