tests: Document npm dependency for unit tests in README

Follows-up https://github.com/kiwix/kiwix-js/pull/672.
This commit is contained in:
Timo Tijhof 2021-01-05 00:24:00 +00:00
parent c6cbe2c79b
commit 3d448b3119

View File

@ -61,6 +61,8 @@ The source code can be found at https://github.com/kiwix/kiwix-js
Unit tests can be run by opening `tests/index.html` file in Firefox, Edge, or Chromium/Chrome.
Before running the tests, a one-time set up is needed to fetch development dependencies from the npm registry. Run `npm ci --ignore-scripts` to fetch the same versions as we use in CI.
## Public releases and nightly builds
The browser extensions are distributed through the stores of each vendor (see links above). But the packages are also saved in https://download.kiwix.org/release/browsers/ if necessary.