Skip to content

Commit

Permalink
chore: fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
v.potekhin committed Dec 5, 2023
1 parent 8a70c3a commit bec2d92
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 246 deletions.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const config: Config = {
cacheDirectory: '<rootDir>/node_modules/.cache/jest',
reporters: ['default'],
collectCoverage: true,
verbose: true,
};

export default config;
Loading

0 comments on commit bec2d92

Please sign in to comment.