Test (core) OK

This commit is contained in:
Leifer Mendez
2022-11-13 14:08:33 +01:00
parent a20b128ee8
commit 59182f20f3
7 changed files with 103 additions and 13 deletions

View File

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