File tree 2 files changed +15
-16
lines changed
2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ defaults: &defaults
4
4
working_directory : ~/project/react-mentions
5
5
docker :
6
6
- image : cimg/node:16.15.0
7
- environment :
8
- CHROME_BIN : ' /usr/bin/google-chrome'
9
- CIRCLE_BRANCH : $CIRCLE_BRANCH
7
+ # environment:
8
+ # CHROME_BIN: '/usr/bin/google-chrome'
10
9
11
10
attach_workspace : &attach_workspace
12
11
attach_workspace :
@@ -61,10 +60,10 @@ jobs:
61
60
- *restore_cache
62
61
- run :
63
62
name : Test
64
- command : yarn test --coverage
65
- - run :
66
- name : Codecov
67
- command : bash <(curl -s https://codecov.io/bash)
63
+ command : yarn test
64
+ # - run:
65
+ # name: Codecov
66
+ # command: bash <(curl -s https://codecov.io/bash)
68
67
69
68
release :
70
69
<< : *defaults
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ import 'jest-enzyme'
3
3
4
4
import { configure } from 'enzyme'
5
5
import Adapter from 'enzyme-adapter-react-16'
6
- import jasmineReporters from 'jasmine-reporters'
6
+ // import jasmineReporters from 'jasmine-reporters'
7
7
8
8
configure ( { adapter : new Adapter ( ) } )
9
9
10
- jasmine . VERBOSE = true
10
+ // jasmine.VERBOSE = true
11
11
12
- jasmine . getEnv ( ) . addReporter (
13
- new jasmineReporters . JUnitXmlReporter ( {
14
- consolidateAll : false ,
15
- savePath : './reports/junit' ,
16
- filePrefix : 'test-results-' ,
17
- } )
18
- )
12
+ // jasmine.getEnv().addReporter(
13
+ // new jasmineReporters.JUnitXmlReporter({
14
+ // consolidateAll: false,
15
+ // savePath: './reports/junit',
16
+ // filePrefix: 'test-results-',
17
+ // })
18
+ // )
You can’t perform that action at this time.
0 commit comments