Skip to content

Commit

Permalink
chore: remove unnecessary return
Browse files Browse the repository at this point in the history
this.skip() throws
  • Loading branch information
Kelly Selden committed Nov 4, 2023
1 parent 17c8666 commit 8a639ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('runs codemods', function() {
it(codemod, async function() {
if (!applicableCodemods.includes(codemod)) {
this.skip();
return;
}

async function _merge(src, dest) {
Expand Down

0 comments on commit 8a639ac

Please sign in to comment.