Skip to content

Commit 8a639ac

Browse files
author
Kelly Selden
committed
chore: remove unnecessary return
this.skip() throws
1 parent 17c8666 commit 8a639ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ describe('runs codemods', function() {
107107
it(codemod, async function() {
108108
if (!applicableCodemods.includes(codemod)) {
109109
this.skip();
110-
return;
111110
}
112111

113112
async function _merge(src, dest) {

0 commit comments

Comments
 (0)