Skip to content
Merged
Show file tree
Hide file tree
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
remove references to the flag
  • Loading branch information
stipsan committed Mar 17, 2018
commit 8f073bc11e3db35551124a0637c2d26d3dfc0787
6 changes: 0 additions & 6 deletions packages/jest-cli/src/cli/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ export const options = {
'adequately cleaned up.',
type: 'boolean',
},
generateCoverageForFiles: {
description:
'Run related tests for a list of source files that were passed in as ' +
'arguments and collect coverage for them',
type: 'boolean',
},
globalSetup: {
description: 'The path to a module that runs before All Tests.',
type: 'string',
Expand Down
1 change: 0 additions & 1 deletion types/Argv.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export type Argv = {|
expand: boolean,
findRelatedTests: boolean,
forceExit: boolean,
generateCoverageForFiles: boolean,
globalSetup: ?string,
globalTeardown: ?string,
globals: string,
Expand Down