Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9774fc8

Browse files
committedMay 11, 2020
test error handling
1 parent 0ce50b6 commit 9774fc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎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)
Please sign in to comment.