Skip to content

Commit

Permalink
chore: update ignore path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Mar 13, 2023
1 parent 4d7464a commit ccd076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zarm-cli/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
color: 'blue',
},
testEnvironment: 'node',
testPathIgnorePatterns: ['<rootDir>/lib/', '<rootDir>/node_modules/'],
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
testMatch: ['**/__tests__/**/*.[jt]s?(x)'],
verbose: true,
};

0 comments on commit ccd076a

Please sign in to comment.