Skip to content

Commit

Permalink
Updated jest-circus to set mode to 'skip' when string-only
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-nb committed Jul 12, 2018
1 parent 91e83e2 commit 0d0aad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-circus/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const test = (testName: TestName, fn: TestFn, timeout?: number) => {
return dispatch({
asyncError,
fn,
mode: fn ? undefined : 'skip',
name: 'add_test',
testName,
timeout,
Expand Down

0 comments on commit 0d0aad3

Please sign in to comment.