Fix empty test

Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-10 12:43:05 +08:00
parent 2c9da394e3
commit 23b8a713aa
+1 -1
View File
@@ -10,7 +10,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint **/*.ts --cache",
"test": "jest"
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",