File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515
1616require ( '@okta/env' ) . setEnvironmentVarsFromTestEnv ( __dirname ) ;
1717
18- if ( ! ! process . env . DEBUG ) {
19- // do nothing
20- }
21- else {
18+ if ( ! process . env . DEBUG ) {
19+ /* eslint-disable @typescript-eslint/no-empty-function */
2220 console . log = ( ( ) => { } ) ;
2321 console . error = ( ( ) => { } ) ;
22+ /* eslint-enable @typescript-eslint/no-empty-function */
2423}
2524
2625const createProxyMiddleware = require ( './proxyMiddleware' ) ;
Original file line number Diff line number Diff line change 1- // eslint-disable-next-line no-undef, node/no-missing-import
1+ // eslint-disable-next-line no-undef, node/no-missing-import, node/no-extraneous-import
22import * as dockolith from '@okta/dockolith' ;
33import { writeFileSync } from 'fs' ;
44import * as path from 'path' ;
You can’t perform that action at this time.
0 commit comments