testing ci

This commit is contained in:
Vallie Joseph
2023-12-21 20:22:20 +00:00
parent 0d39975814
commit 98e1a813db
2 changed files with 9 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
"lint": "eslint packages/**/*.ts",
"lint-fix": "eslint packages/**/*.ts --fix",
"new-package": "scripts/create-package",
"test": "jest --testTimeout 10000"
"test": "jest --testTimeout 20000"
},
"devDependencies": {
"@types/jest": "^29.5.4",