Skip to content

Commit

Permalink
Updated jest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schier committed Jun 27, 2023
1 parent c557000 commit 65844cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: [".d.ts", ".js"]
};
preset: 'ts-jest',
testEnvironment: 'node',
};

0 comments on commit 65844cd

Please sign in to comment.