Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Nov 9, 2018
1 parent 5e92f00 commit 1e421e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e2e/__tests__/watch_mode_no_access.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ const setupFiles = () => {
test('does not re-run tests when only access time is modified', async () => {
setupFiles();

const testRun = runJestUntil(DIR, ['--watchAll', '--no-watchman'], '1 failed, 1 total');
const testRun = runJestUntil(
DIR,
['--watchAll', '--no-watchman'],
'1 failed, 1 total',
);

await sleep(1000);

Expand Down

0 comments on commit 1e421e1

Please sign in to comment.