File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable no-console */
2- const { calculateCypressInternalEnv, configureLongStackTraces } = require ( '../lib/environment' )
2+ // const { calculateCypressInternalEnv, configureLongStackTraces } = require('../lib/environment')
33
4- // TODO: how necessary is this??? CYPRESS_INTERNAL_ENV is set to 'test so long stack traces are not enabled in the testing environment
5- process . env [ 'CYPRESS_INTERNAL_ENV' ] = calculateCypressInternalEnv ( )
6- configureLongStackTraces ( process . env [ 'CYPRESS_INTERNAL_ENV' ] )
7- // and CYPRESS is set to true shouldnt be needed for other tests
8- process . env [ 'CYPRESS' ] = 'true'
4+ // // TODO: how necessary is this??? CYPRESS_INTERNAL_ENV is set to 'test so long stack traces are not enabled in the testing environment
5+ // process.env['CYPRESS_INTERNAL_ENV'] = calculateCypressInternalEnv()
6+ // configureLongStackTraces(process.env['CYPRESS_INTERNAL_ENV'])
7+ // // and CYPRESS is set to true shouldnt be needed for other tests
8+ // process.env['CYPRESS'] = 'true'
99
1010const { enable, mockElectron } = require ( './mockery_helper' )
1111
You can’t perform that action at this time.
0 commit comments