update tests

This commit is contained in:
Namrata Jha
2021-12-23 17:41:07 +00:00
committed by GitHub
parent 7d188d1776
commit 72cc4b27b0
6 changed files with 34 additions and 35 deletions
+3 -2
View File
@@ -7,9 +7,10 @@
"scripts": {
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"lint": "eslint src/**/*.ts --fix",
"lint-check": "eslint src/**/*.ts",
"test": "jest",
"build": "npm run format-check && npm run lint && tsc",
"build": "npm run format-check && npm run lint-check && npm run test && tsc",
"pack": "rm -rf ./lib ./dist && npm run build && ncc build"
},
"repository": {