Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Strand committed Jan 8, 2020
1 parent af4e8a7 commit 7ca814b
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 49 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
command: |
DocID=$(curl -s --data-binary @data/drugcases.qvf http://localhost:9076/v1/apps/import | jq -r '.attributes.id')
npm run start:cov &
sleep 20
DocID=$DocID npm run test:e2e
npx nyc report -r html
Expand Down
177 changes: 129 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/plugin-transform-async-to-generator": "7.7.4",
"@babel/plugin-transform-react-jsx": "7.7.7",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.6.3",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"autoprefixer": "9.7.3",
"babel-eslint": "10.0.3",
Expand Down

0 comments on commit 7ca814b

Please sign in to comment.