Skip to content

Commit

Permalink
Fix jest to not include ts build testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed Oct 9, 2020
1 parent 4debe5b commit 11d347c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
testEnvironment: "node",
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.js?$",
};

0 comments on commit 11d347c

Please sign in to comment.