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

@@ -1,5 +1,5 @@
{ {
"name": "media-store", "name": "@capire/chinook",
"engines": { "engines": {
"node": "12.18.3" "node": "12.18.3"
}, },

View File

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