Skip to content

Commit

Permalink
Merge pull request #25 from osher-sade/jest-support
Browse files Browse the repository at this point in the history
added ts-jest configuration
  • Loading branch information
bikov authored Jan 31, 2019
2 parents decf465 + c91fb78 commit 5ba6aac
Show file tree
Hide file tree
Showing 6 changed files with 5,128 additions and 1,475 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ main.ts
.nojekyll
.npmignore
commitlint.config.js
jest.config.js

// npm pack
enigmatis-polaris-logs-*.tgz
11 changes: 11 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleFileExtensions: [
"ts",
"js",
],
testMatch: [
"**/*.test.ts"
],
};
Loading

0 comments on commit 5ba6aac

Please sign in to comment.