Skip to content

Commit

Permalink
correction to tests-uvu npm script test command
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Sep 10, 2023
1 parent 0139cd5 commit 941a5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests-uvu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"isnodelt20_6": "node -e \"(([mj, mn]) => (+mj < 20 || (+mj === 20 && +mn < 6)))(process.versions.node.split('.')) || process.exit(1)\"",
"test:loader": "node --loader=esmock ./node_modules/uvu/bin.js",
"test:current": "npm run isnodelt20_6 || node ./node_modules/uvu/bin.js",
"test": "npm run test:loader && npm run test:current"
"test:current": "node ./node_modules/uvu/bin.js",
"test": "npm run test:loader && npm run isnodelt20_6 || npm run test:current"
}
}

0 comments on commit 941a5b1

Please sign in to comment.