Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(migrate): update inline istanbul comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 18, 2023
1 parent cb27f36 commit 8c45738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function migrate() {
}

// If file called directly, then run function
/* istanbul ignore if */
/* istanbul ignore if: testing through module exports */
if (require.main === module) {
migrate();
}
Expand Down

0 comments on commit 8c45738

Please sign in to comment.