cozy / create-cozy-app

A CLI to bootstrap a "zero-configuration" application for the Cozy V3 platform
https://docs.cozy.io/en/tutorials/app/
MIT License
16 stars 15 forks source link

feat: Force NODE_ENV to "test" when run it #1502

Closed Merkur39 closed 8 months ago

Merkur39 commented 8 months ago

We recently realized that the NODE_ENV variable was not defined during application testing. If your application uses cozy-scripts to run tests, you can remove env NODE_ENV=test from your script