File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ describe('Config', () => {
179179 it ( 'replaces invalid values with defaults' , async ( ) => {
180180 const customConfig = loadConfigFromCode (
181181 {
182- disableReporting : false ,
182+ disableReporting : true ,
183183 metricDebounceTimeMax : - 1 ,
184184 metricDebounceTimeMin : - 10 ,
185185 sandboxTimeout : 0 ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const DEFAULT_CACHE_PATH = (fileSystem: FSPath): string =>
4040 'superface'
4141 ) ;
4242export const DEFAULT_SANDBOX_TIMEOUT = 100 ;
43- export const DEFAULT_DISABLE_REPORTING = false ;
43+ export const DEFAULT_DISABLE_REPORTING = true ;
4444export const DEFAULT_CACHE = true ;
4545// 1 hour
4646export const DEFAULT_BOUND_PROVIDER_TIMEOUT = 60 * 60 ;
You can’t perform that action at this time.
0 commit comments