Skip to content

Commit

Permalink
linagora#3 fix unit-test
Browse files Browse the repository at this point in the history
Reference this issue: jestjs/jest#6229
  • Loading branch information
Tuan Tuan LE authored and bspham committed Sep 4, 2020
1 parent 0f4a7b2 commit 1e2dbad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
transformIgnorePatterns: [
'/node_modules/(?!esn-api-client).+\\.js$'
]
};

0 comments on commit 1e2dbad

Please sign in to comment.