Skip to content

Commit

Permalink
fix(tests): Ignore helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-nikolov96 authored and PetarKirov committed Aug 28, 2023
1 parent 90ae27b commit 07931b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const config: InitialOptionsTsJest = {
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
modulePathIgnorePatterns: ["vendor/","node_modules/"]

modulePathIgnorePatterns: ['vendor/', 'node_modules/', 'tests/helpers'],
};

export default config;

0 comments on commit 07931b1

Please sign in to comment.