This commit is contained in:
Vallie Joseph
2024-04-15 15:24:57 +00:00
parent 5d943d4b7f
commit be507421b1
3 changed files with 48 additions and 15 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 60000"
"test": "jest --testTimeout 70000"
},
"devDependencies": {
"@types/jest": "^29.5.4",
@@ -33,4 +33,4 @@
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}
}