Skip to content

Commit

Permalink
Add and configure Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmesoma01 committed Jul 24, 2024
1 parent 521bef6 commit c6ef637
Show file tree
Hide file tree
Showing 3 changed files with 4,310 additions and 774 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* https://jestjs.io/docs/configuration
*/

module.exports = {
testEnvironment: 'node',
};

/** @type {import('jest').Config} */
const config = {
// All imported modules in your tests should be mocked automatically
Expand Down
Loading

0 comments on commit c6ef637

Please sign in to comment.