Skip to content

Commit

Permalink
chore: update test to remove incorrect warnings for jest/expect-expect
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Marbach committed May 20, 2020
1 parent bae75b4 commit aa74fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-scripts/src/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe('integration tests', () => {
);
}, SETUP_REPO_TIMEOUT);

// eslint-disable-next-line jest/expect-expect
test(
'Full integration test',
async () => await testScripts(),
Expand All @@ -109,6 +110,7 @@ describe('integration tests', () => {
);
}, SETUP_REPO_TIMEOUT);

// eslint-disable-next-line jest/expect-expect
test(
'Full integration test',
async () => await testScripts(['--no-types'], ['--no-typecheck']),
Expand Down

0 comments on commit aa74fc1

Please sign in to comment.