File tree Expand file tree Collapse file tree 3 files changed +742
-256
lines changed Expand file tree Collapse file tree 3 files changed +742
-256
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5555 "transformIgnorePatterns" : [
5656 " node_modules/(?!(jest-)?react-native|glamorous-native)"
5757 ],
58+ "testEnvironment" : " node" ,
5859 "preset" : " react-native"
5960 },
6061 "prettier" : {
132133 "ajv" : " 6.5.0" ,
133134 "babel-core" : " 6.26.0" ,
134135 "babel-eslint" : " 8.2.3" ,
135- "babel-jest" : " 22.4.4 " ,
136+ "babel-jest" : " 23.0.1 " ,
136137 "babel-plugin-transform-remove-console" : " 6.9.4" ,
137138 "babel-preset-react-native" : " 4.0.0" ,
138139 "bugsnag-sourcemaps" : " 1.0.3" ,
146147 "eslint-plugin-react" : " 7.8.2" ,
147148 "eslint-plugin-react-native" : " 3.2.0" ,
148149 "flow-bin" : " 0.67.1" ,
149- "jest" : " 22.4.2" ,
150- "jest-junit" : " 4.0.0" ,
150+ "jest" : " 23.1.0" ,
151151 "js-yaml" : " 3.12.0" ,
152152 "junk" : " 2.1.0" ,
153153 "minimist" : " 1.2.0" ,
You can’t perform that action at this time.
0 commit comments