chore: remove noop tests (#6855)

This commit is contained in:
Riqwan Thamir
2024-03-28 09:40:34 +01:00
committed by GitHub
parent 5e53b917f7
commit f176aa2b7b
25 changed files with 13 additions and 74 deletions

View File

@@ -43,7 +43,7 @@
},
"scripts": {
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"test": "jest --passWithNoTests",
"test": "jest --passWithNoTests -- src",
"build": "tsc",
"watch": "tsc --watch"
},