diff options
Diffstat (limited to 'test/tests/cjs-process.js')
-rw-r--r-- | test/tests/cjs-process.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests/cjs-process.js b/test/tests/cjs-process.js new file mode 100644 index 000000000..7f750c112 --- /dev/null +++ b/test/tests/cjs-process.js @@ -0,0 +1,3 @@ +exports.env = { + NODE_ENV: 'dev' +};
\ No newline at end of file |