-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(diff-snapshot): perform work outside jest process (#95)
- Loading branch information
1 parent
f336c47
commit d2d1931
Showing
6 changed files
with
124 additions
and
44 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"preset": "amex-jest-preset", | ||
"collectCoverageFrom": [ | ||
"src/*.js", | ||
"!src/write-result-diff-image.js", | ||
"!src/diff-process.js", | ||
"!**/node_modules/**", | ||
"!test-results/**" | ||
], | ||
|
@@ -42,7 +42,7 @@ | |
"author": "Andres Escobar <[email protected]> (https://github.com/anescobar1991)", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"amex-jest-preset": "^4.0.2", | ||
"amex-jest-preset": "^5.0.0", | ||
"eslint": "^4.15.0", | ||
"eslint-config-amex": "^7.0.0", | ||
"is-png": "^1.1.0", | ||
|
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
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