Skip to content

Commit

Permalink
Update jest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-plusplus committed Mar 13, 2023
1 parent 709904d commit 4f27908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import * as jest from 'ts-jest';
const config: jest.JestConfigWithTsJest = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePathIgnorePatterns: [ 'build/' ],
};
export default config;

0 comments on commit 4f27908

Please sign in to comment.