Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Add default Jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu committed Jan 2, 2018
1 parent c815354 commit 527e4cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"use strict";

module.exports = {
coveragePathIgnorePatterns: ["/node_modules/", "<rootDir>/test/"],
verbose: true
};

0 comments on commit 527e4cb

Please sign in to comment.