Skip to content

Commit

Permalink
Update transitive deps, restore test coverage
Browse files Browse the repository at this point in the history
Supersedes #6799

Co-authored-by: SimenB <sbekkhus91@gmail.com>
  • Loading branch information
trevor-scheer and SimenB committed Sep 14, 2022
1 parent ad34953 commit cac020f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
38 changes: 33 additions & 5 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -20,9 +20,7 @@
"test:smoke:prepare": "smoke-test/prepare.sh",
"test:smoke:run": "smoke-test/smoke-test.sh",
"testonly": "npm test",
"test:ci": "npm test -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
"//": "reinstate the test:ci below after https://github.com/facebook/jest/issues/12998 is resolved",
"//test:ci": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
"test:ci": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
"coverage": "npm test -- --coverage",
"coverage:upload": "codecov",
"codegen": "graphql-codegen",
Expand Down

0 comments on commit cac020f

Please sign in to comment.