File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ describe('loadConfig', function() {
30
30
expect ( fakeJasmine . clearReporters ) . toHaveBeenCalled ( ) ;
31
31
expect ( fakeJasmine . addReporter ) . toHaveBeenCalled ( ) ;
32
32
expect ( fakeJasmine . showColors ) . toHaveBeenCalledWith ( env . color ) ;
33
- expect ( fakeJasmine . execute ) . toHaveBeenCalledWith ( env . files , env . filter ) ;
34
33
} ) ;
35
34
36
35
it ( 'should not configure the jasmine object when env is an empty object and call execute' , function ( ) {
@@ -49,6 +48,5 @@ describe('loadConfig', function() {
49
48
expect ( fakeJasmine . clearReporters ) . not . toHaveBeenCalled ( ) ;
50
49
expect ( fakeJasmine . addReporter ) . not . toHaveBeenCalled ( ) ;
51
50
expect ( fakeJasmine . showColors ) . toHaveBeenCalled ( ) ;
52
- expect ( fakeJasmine . execute ) . toHaveBeenCalled ( ) ;
53
51
} ) ;
54
52
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"spec_dir" : " spec" ,
3
3
"spec_files" : [
4
- " command_spec.js" ,
5
- " integration_spec.js" ,
6
- " jasmine_spec.js" ,
7
- " loader_spec.js" ,
8
- " manager_spec.js" ,
9
- " run_spec.js" ,
10
- " npm_package_spec.js" ,
4
+ " *[sS]pec.js" ,
11
5
" reporters/**/*[sS]pec.js" ,
12
6
" filters/**/*[sS]pec.js"
13
7
],
You can’t perform that action at this time.
0 commit comments