Skip to content

Commit 2ff2ffe

Browse files
author
Akos Kitta
committed
fix: unreachable code
1 parent 20dd02c commit 2ff2ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/debug.slow-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('debug (slow)', () => {
1616

1717
before(async function () {
1818
if (os.platform() === 'win32') {
19-
return this.skip();
19+
this.skip();
2020
}
2121
this.timeout(60_000);
2222
testEnv = this.currentTest?.ctx?.['testEnv'];

0 commit comments

Comments
 (0)