Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b45fd58
Jump start using the work from #4246
stipsan Feb 17, 2018
0a39903
checking how it looks without an extra flag
stipsan Feb 17, 2018
055177c
makes more sense to colocate the test here
stipsan Feb 17, 2018
e1472a3
remove mystery files
stipsan Feb 17, 2018
8f073bc
remove references to the flag
stipsan Feb 17, 2018
61937f5
update docs
stipsan Feb 18, 2018
b253210
add test case for --onlyChanged and --coverage
stipsan Feb 18, 2018
812e46f
update snapshot to what it should be
stipsan Feb 18, 2018
5b82b34
apply collectCoverageFrom patterns after finding tests
stipsan Feb 18, 2018
139ed5a
Collect possible coverage patterns while searching for tests
stipsan Feb 18, 2018
63243a5
improve test results
stipsan Feb 18, 2018
a5891db
hi there flow
stipsan Feb 18, 2018
a61c7dd
skip on windows
stipsan Feb 18, 2018
7556f02
will the windows build pass this time?
stipsan Feb 18, 2018
644efaf
fix test on windows
SimenB Feb 18, 2018
26b919b
remove underscore as it's no longer a private api
stipsan Feb 18, 2018
1e46f07
polymorphing
stipsan Feb 18, 2018
cddc4bd
simplify test
stipsan Feb 18, 2018
1b8e4be
increase test coverage in jest-config/normalize
stipsan Feb 22, 2018
0cbaf3a
make the linter happy again
stipsan Feb 22, 2018
0e234b6
should use argv as it's not a config option
stipsan Feb 22, 2018
35f367b
test coverage for run_jest
stipsan Mar 18, 2018
7e92015
update snapshots
stipsan Mar 18, 2018
988081b
remove object spread, replaced with Object.assign
stipsan Mar 18, 2018
7d83ec8
add changelog entry
stipsan Mar 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update snapshots
  • Loading branch information
stipsan committed Mar 18, 2018
commit 7e92015514b3854df7bf33c6429f2c09b8628731
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ PASS __tests__/b.test.js"
`;

exports[`--findRelatedTests flag generates coverage report for filename 3`] = `
"----------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
----------|----------|----------|----------|----------|----------------|
All files | 100 | 100 | 100 | 100 | |
a.js | 100 | 100 | 100 | 100 | |
b.js | 100 | 100 | 100 | 100 | |
----------|----------|----------|----------|----------|----------------|
"----------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files | 100 | 100 | 100 | 100 | |
a.js | 100 | 100 | 100 | 100 | |
b.js | 100 | 100 | 100 | 100 | |
----------|----------|----------|----------|----------|-------------------|
"
`;

Expand All @@ -44,11 +44,11 @@ exports[`--findRelatedTests flag generates coverage report for filename 5`] = `
`;

exports[`--findRelatedTests flag generates coverage report for filename 6`] = `
"----------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
----------|----------|----------|----------|----------|----------------|
All files | 100 | 100 | 100 | 100 | |
a.js | 100 | 100 | 100 | 100 | |
----------|----------|----------|----------|----------|----------------|
"----------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files | 100 | 100 | 100 | 100 | |
a.js | 100 | 100 | 100 | 100 | |
----------|----------|----------|----------|----------|-------------------|
"
`;