Skip to content

Commit

Permalink
Ignore .git folder in unit test execution (#14997)
Browse files Browse the repository at this point in the history
* Ignore .git folder in unit test execution

* Update test/unit/jest.config.js

Co-Authored-By: jorgefilipecosta <jorge.costa@developer.pt>
  • Loading branch information
jorgefilipecosta authored and aduth committed Apr 24, 2019
1 parent 1a0f915 commit 89f8259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
],
testURL: 'http://localhost',
testPathIgnorePatterns: [
'/\.git/',
'/node_modules/',
'/packages/e2e-tests',
'<rootDir>/.*/build/',
Expand Down

0 comments on commit 89f8259

Please sign in to comment.