Skip to content

Commit ab68e65

Browse files
committed
refactor: set NODE_ENV=test inside the test entrypoint file
1 parent bf5316c commit ab68e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/test-entrypoint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
|
1313
*/
1414

15-
process.env.NODE_ENV = 'testing'
15+
process.env.NODE_ENV = 'test'
1616

1717
import 'reflect-metadata'
1818
import sourceMapSupport from 'source-map-support'

0 commit comments

Comments
 (0)