Skip to content

Commit 1496dda

Browse files
committed
remove jest-junit
1 parent fa96ec8 commit 1496dda

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- run: yarn install --frozen-lockfile
154154
- run: mkdir -p logs/ test-results/jest/
155155
- run: yarn run bundle-data
156-
- run: yarn run --silent test --coverage --testResultsProcessor="jest-junit" 2>&1 | tee logs/jest
156+
- run: yarn run --silent test --coverage | tee logs/jest
157157
- run: *run-danger
158158
- store_test_results:
159159
path: ./test-results

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
"eslint-plugin-react-native": "3.2.0",
148148
"flow-bin": "0.67.1",
149149
"jest": "22.4.2",
150-
"jest-junit": "4.0.0",
151150
"js-yaml": "3.12.0",
152151
"junk": "2.1.0",
153152
"minimist": "1.2.0",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,14 +3626,6 @@ jest-jasmine2@^22.4.2:
36263626
jest-util "^22.4.1"
36273627
source-map-support "^0.5.0"
36283628

3629-
3630-
version "4.0.0"
3631-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-4.0.0.tgz#6af04d43940d7e81dc7d37ec1b80c97551d91e80"
3632-
dependencies:
3633-
mkdirp "^0.5.1"
3634-
strip-ansi "^4.0.0"
3635-
xml "^1.0.1"
3636-
36373629
jest-leak-detector@^22.4.0:
36383630
version "22.4.0"
36393631
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-22.4.0.tgz#64da77f05b001c96d2062226e079f89989c4aa2f"
@@ -6680,10 +6672,6 @@ [email protected]:
66806672
sax ">=0.6.0"
66816673
xmlbuilder "~9.0.1"
66826674

6683-
xml@^1.0.1:
6684-
version "1.0.1"
6685-
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
6686-
66876675
66886676
version "4.0.0"
66896677
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.0.0.tgz#98b8f651ca30aa624036f127d11cc66dc7b907a3"

0 commit comments

Comments
 (0)