Skip to content

Commit ef11e67

Browse files
trevor-scheerSimenB
andcommitted
Update transitive deps, restore test coverage
Supersedes #6799 Co-authored-by: SimenB <sbekkhus91@gmail.com>
1 parent ad860e0 commit ef11e67

2 files changed

Lines changed: 34 additions & 8 deletions

File tree

package-lock.json

Lines changed: 33 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"test:smoke:prepare": "smoke-test/prepare.sh",
2121
"test:smoke:run": "smoke-test/smoke-test.sh",
2222
"testonly": "npm test",
23-
"test:ci": "npm test -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
24-
"//": "reinstate the test:ci below after https://github.com/facebook/jest/issues/12998 is resolved",
25-
"//test:ci": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
23+
"test:ci": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
2624
"coverage": "npm test -- --coverage",
2725
"coverage:upload": "codecov",
2826
"codegen": "graphql-codegen",

0 commit comments

Comments
 (0)