Skip to content

Commit

Permalink
ci: add ignore pattern for node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jun 8, 2020
1 parent 2f85684 commit 3cf67f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/package.json
Expand Up @@ -66,6 +66,9 @@
"^.+\\.ts$": "ts-jest",
"^.+\\.tsx$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(@testing-library)/)"
],
"moduleFileExtensions": [
"js",
"ts",
Expand Down

0 comments on commit 3cf67f9

Please sign in to comment.