Skip to content

Commit

Permalink
Merge pull request #6 from tsukushi0104/master
Browse files Browse the repository at this point in the history
update testMatch to test only *.test.(ts|tsx|js)
  • Loading branch information
watanabeyu authored Mar 7, 2019
2 parents ef19e3d + 2001b7b commit 00fafb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
}
},
"testMatch": [
"**/__tests__/*.+(ts|tsx|js)"
"**/__tests__/**/*.test.(ts|tsx|js)"
],
"testPathIgnorePatterns": [
"/node_modules/"
]
}
}
}

0 comments on commit 00fafb5

Please sign in to comment.