You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jest.config.js
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,13 @@ module.exports = {
62
62
diagnostics: false
63
63
},
64
64
__DEV__: true,
65
-
__VERSION__: require('./package.json').version
65
+
__TEST__: true,
66
+
__VERSION__: require('./package.json').version,
67
+
__BROWSER__: false,
68
+
__GLOBAL__: false,
69
+
__ESM_BUNDLER__: true,
70
+
__ESM_BROWSER__: false,
71
+
__NODE_JS__: true
66
72
},
67
73
68
74
// The maximum amount of workers used to run your tests. Can be specified as % or a number. E.g. maxWorkers: 10% will use 10% of your CPU amount + 1 as the maximum worker number. maxWorkers: 2 will use a maximum of 2 workers.
0 commit comments