Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Hyrule Compendium Tests

Install dependencies:

npm install

Run all tests:

npm test

Test the deployed API:

npm run test:api

Test a local server:

env URL=[url] node_modules/mocha/bin/mocha

Test documentation files:

npm run test:docs

Important

  • All tests assume you are in the tests/ directory of this repo.