We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 950db53 + bebabb1 commit f5fb414Copy full SHA for f5fb414
.circleci/config.yml
@@ -43,13 +43,13 @@ jobs:
43
44
- run:
45
name: "Start Vegetable API"
46
- command: |
47
- npm start
+ command: npm start
+ background: true
48
49
50
name: "Run tests"
51
command: |
52
- npm test -- --reporters=jest-junit
+ npm test -- --runInBand --reporters=jest-junit
53
environment:
54
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
55
package.json
@@ -25,7 +25,7 @@
25
]
26
27
},
28
- "author": "",
+ "author": "Serhat Bolsu",
29
"license": "ISC",
30
"dependencies": {
31
"@babel/core": "^7.9.6",
0 commit comments