Skip to content

Commit

Permalink
Os testes do front estão quase finalizados
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaBonach committed Dec 11, 2023
1 parent 40a8b0e commit 01cd0c9
Show file tree
Hide file tree
Showing 7 changed files with 7,640 additions and 2,172 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.{js,ts,jsx,tsx,mdx}'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};
Loading

0 comments on commit 01cd0c9

Please sign in to comment.