Skip to content

Commit

Permalink
Minor test name typo fix (#10033)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovieira authored May 13, 2020
1 parent 9ffd368 commit 9842735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Dynamic test filtering', () => {
expect(result.stderr).toContain('1 total');
});

it('ingores the filter if requested to do so', () => {
it('ignores the filter if requested to do so', () => {
const result = runJest('filter', [
'--filter=<rootDir>/my-secondary-filter.js',
'--skipFilter',
Expand Down

0 comments on commit 9842735

Please sign in to comment.