Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit eda2fcc

Browse files
committed
change jest timeout. add @capire/chinook as dependency
1 parent d19857d commit eda2fcc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

chinook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "media-store",
2+
"name": "@capire/chinook",
33
"engines": {
44
"node": "12.18.3"
55
},

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "[email protected]",
77
"dependencies": {
88
"@capire/bookshop": "./bookshop",
9+
"@capire/chinook": "./chinook",
910
"@capire/common": "./common",
1011
"@capire/fiori": "./fiori",
1112
"@capire/hello": "./hello",
@@ -32,7 +33,8 @@
3233
"parallel": true
3334
},
3435
"jest": {
35-
"testEnvironment": "node"
36+
"testEnvironment": "node",
37+
"testTimeout": 10000
3638
},
3739
"license": "SAP SAMPLE CODE LICENSE",
3840
"private": true

0 commit comments

Comments
 (0)