Skip to content

Files

Latest commit

2503ea4 · Sep 12, 2024

History

History
This branch is up to date with paulrosen/abcjs:main.

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 29, 2021
Sep 12, 2024
Jul 20, 2024
Aug 4, 2024
Jul 22, 2020
Jul 28, 2024
Aug 29, 2020
Sep 10, 2020
May 31, 2021
Aug 9, 2020
Jul 29, 2020
May 12, 2024
Apr 22, 2023
Jan 15, 2023
Oct 16, 2021
Aug 1, 2020

Automated Tests

Mocha

Currently there are two sets of mocha tests.

Either:

Run with:

npm run test

this will pass all .js files to mocha.

or

To run browser based tests, load the .html file into the browser. That will run all of the tests associated with that file. To run just some of the tests, use the query parameter: This will most like need a server to serve the .html files to solve CORS issues.

?grep=test-name

where test-name is any part of the test name. All the tests that match will be run.