Skip to content

Commit

Permalink
feat: Enabled jest configuration to work in VS code (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreza authored and mydiemho committed May 24, 2019
1 parent f14bb77 commit 40fbf36
Show file tree
Hide file tree
Showing 5 changed files with 1,876 additions and 81 deletions.
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
preset: 'ts-jest',
testPathIgnorePatterns: [
"/lib/",
"/node_modules/"
],
collectCoverage: true
};
8 changes: 0 additions & 8 deletions jest.config.json

This file was deleted.

Loading

0 comments on commit 40fbf36

Please sign in to comment.