Skip to content

Commit

Permalink
Update e2e/skip-before-after-all/__tests__/skipDescribe.test.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Simen Bekkhus <sbekkhus91@gmail.com>
  • Loading branch information
jeiea and SimenB committed Apr 30, 2020
1 parent 4487796 commit 8588e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/skip-before-after-all/__tests__/skipDescribe.test.js
Expand Up @@ -18,7 +18,7 @@ describe.skip('in describe.skip', () => {
});

test('it should be skipped', () => {
global.fail();
throw new Error('This should never happen');
});
});
});
Expand Down

0 comments on commit 8588e64

Please sign in to comment.