Skip to content

Commit

Permalink
Chore: (refactor) remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 24, 2021
1 parent 21e5b7d commit 6f28b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pack-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ async function run() {
}


if (isMain) run(process.argv.slice(2));
if (isMain) run();

0 comments on commit 6f28b59

Please sign in to comment.