-
-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: output
stats
to stdout
instead stdout
- Loading branch information
1 parent
ba21f9a
commit 4de0f97
Showing
41 changed files
with
3,526 additions
and
3,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
collectCoverage: false, | ||
coveragePathIgnorePatterns: ['test', '<rootDir>/node_modules'], | ||
moduleFileExtensions: ['js', 'json'], | ||
testMatch: ['**/test/**/*.test.js'], | ||
setupFilesAfterEnv: ['<rootDir>/setupTest.js'], | ||
snapshotResolver: './test/helpers/snapshotResolver.js', | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.