Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 342 Bytes

esn-frontend-common-libs

Common modules and services for OpenPaaS.

Running tests

You can run tests by executing the following command:

npm run test

Note that there is a 10000ms timeout by default. If you want to change that, simply pass the TEST_TIMEOUT environment variable:

TEST_TIMEOUT=2000 npm run test