linagora / esn-frontend-common-libs

Common ground for OpenPaaS frontend (https://open-paas.org)
Other
4 stars 12 forks source link

OpenPaaS-Suite/esn#29 Setup CI #117

Closed pbson closed 4 years ago

pbson commented 4 years ago

Partially resolve: OpenPaaS-Suite/esn#29

itswillta commented 4 years ago

Also add these to README.md (remove the backslashes):

# esn-frontend-common-libs

Common modules and services for OpenPaaS.

## Running tests

You can run tests by executing the following command:

\```sh
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:

\```sh
TEST_TIMEOUT=2000 npm run test
\```