Skip to content

Commit

Permalink
tests: Document npm dependency for unit tests in README
Browse files Browse the repository at this point in the history
Follows-up #672.
  • Loading branch information
Krinkle committed Jan 27, 2021
1 parent c6cbe2c commit 3d448b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d448b3

Please sign in to comment.