Skip to content

Commit a01efb2

Browse files
remove only
1 parent 09de333 commit a01efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/console.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('console', () => {
3636
});
3737
});
3838

39-
it.only('work with primitive unhandled errors', async () => {
39+
it('work with primitive unhandled errors', async () => {
4040
await withBrowser(async (response, context) => {
4141
const page = await context.newPage();
4242
await page.setContent('<script>throw undefined;</script>');

0 commit comments

Comments
 (0)