Skip to content

Commit f5fb414

Browse files
author
Serhat Bolsu
committed
Merge branch 'master' of github.com:serhatbolsu/api-test-javascript-jest-boilerplate
# Conflicts: # .circleci/config.yml
2 parents 950db53 + bebabb1 commit f5fb414

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343

4444
- run:
4545
name: "Start Vegetable API"
46-
command: |
47-
npm start
46+
command: npm start
47+
background: true
4848

4949
- run:
5050
name: "Run tests"
5151
command: |
52-
npm test -- --reporters=jest-junit
52+
npm test -- --runInBand --reporters=jest-junit
5353
environment:
5454
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
5555

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626
]
2727
},
28-
"author": "",
28+
"author": "Serhat Bolsu",
2929
"license": "ISC",
3030
"dependencies": {
3131
"@babel/core": "^7.9.6",

0 commit comments

Comments
 (0)