Skip to content

Commit 9774fc8

Browse files
committed
test error handling
1 parent 0ce50b6 commit 9774fc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/integration/scratch-tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ const testFile = (file, page) => test(file, async t => {
108108
const browser = await chromium.launch();
109109
const page = await browser.newPage();
110110

111+
throw new Error('oopsie woopsie UwU!!!!!');
112+
111113
const files = fs.readdirSync(testDir())
112114
.filter(uri => uri.endsWith('.sb2') || uri.endsWith('.sb3'));
113115

0 commit comments

Comments
 (0)