Closed gingi closed 9 years ago
Require'ing gulp-live-server would set the process environment's NODE_ENV to development. By cloning the env object, it has its own copy.
NODE_ENV
development
The simple test server would not stop on testing, so subsequent test runs would fail on EADDRINUSE errors. Added an after to stop the server.
after
Require'ing gulp-live-server would set the process environment's
NODE_ENV
todevelopment
. By cloning the env object, it has its own copy.The simple test server would not stop on testing, so subsequent test runs would fail on EADDRINUSE errors. Added an
after
to stop the server.