feat(): separated private and public tests

This commit is contained in:
JJ-Cro
2025-03-15 12:05:51 +01:00
parent 15931f6ed5
commit 51d9131f17
4 changed files with 11 additions and 6 deletions

View File

@@ -11,6 +11,8 @@
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:public": "jest --testPathIgnorePatterns='.*private.*'",
"test:private": "jest --testPathPattern='.*private.*'",
"clean": "rm -rf lib dist",
"build": "tsc",
"build:clean": "npm run clean && npm run build",