Skip to content

Commit

Permalink
Add tests; Fix non-namespaced modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paleo committed Oct 30, 2019
1 parent 82c661a commit 0880d6c
Show file tree
Hide file tree
Showing 9 changed files with 5,026 additions and 115 deletions.
15 changes: 15 additions & 0 deletions jest.config.js
@@ -0,0 +1,15 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+\\.ts$": "ts-jest",
},
moduleFileExtensions: [
"js",
"json",
"ts",
],
testMatch: [
"**/(src|tests)/**/*.spec.(js|ts)",
],
}

0 comments on commit 0880d6c

Please sign in to comment.