change jest timeout. add @capire/chinook as dependency

This commit is contained in:
Dmitriynj
2020-12-23 19:25:20 +03:00
committed by Daniel Hutzel
parent 193e762554
commit 1c9a24444a
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
"author": "daniel.hutzel@sap.com",
"dependencies": {
"@capire/bookshop": "./bookshop",
"@capire/chinook": "./chinook",
"@capire/common": "./common",
"@capire/fiori": "./fiori",
"@capire/hello": "./hello",
@@ -32,7 +33,8 @@
"parallel": true
},
"jest": {
"testEnvironment": "node"
"testEnvironment": "node",
"testTimeout": 10000
},
"license": "SAP SAMPLE CODE LICENSE",
"private": true