Skip to content

Commit fb6816e

Browse files
committed
add __DEBUG_BUILD__
1 parent ef60d96 commit fb6816e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/replay/jest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ import { jsWithTs as jsWithTsPreset } from 'ts-jest/presets';
55
import { compilerOptions } from './tsconfig.test.json';
66

77
export default async (): Promise<Config.InitialOptions> => {
8-
console.log(jsWithTsPreset);
9-
108
return {
119
...jsWithTsPreset,
1210
verbose: true,
1311
globals: {
1412
'ts-jest': {
1513
tsconfig: '<rootDir>/tsconfig.test.json',
1614
},
15+
__DEBUG_BUILD__: true,
1716
},
1817
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, {
1918
prefix: '<rootDir>/',

0 commit comments

Comments
 (0)