uvu test:io

This commit is contained in:
Leifer Mendez
2022-10-29 14:47:42 +02:00
parent 7593d6e564
commit 96b8a7626c
4 changed files with 34 additions and 9 deletions

View File

@@ -11,6 +11,7 @@
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"test:io": "node ../../node_modules/uvu/bin.js tests",
"build:io": "npm run format:write && npm run lint:fix && npm run io:rollup"
},
"keywords": [],