Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed May 27, 2018
1 parent 78de4d1 commit f5a9152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-circus/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const getEachHooksForTest = (

export const describeBlockHasTests = (describe: DescribeBlock) => {
return describe.tests.length || describe.children.some(describeBlockHasTests);
}
};

const _makeTimeoutMessage = (timeout, isHook) =>
`Exceeded timeout of ${timeout}ms for a ${
Expand Down

0 comments on commit f5a9152

Please sign in to comment.