Skip to content

Commit

Permalink
Switch from mocha to ava to make tests faster (#1230)
Browse files Browse the repository at this point in the history
* WIP switching to ava

* more WIP

* increase timeout to hopefully pass on gh actions

* Limit test concurrency

* other test speed improvements

* skip rerunning npm scripts when packing tarball for tests

* test fixes

* fix tests

* fix tests

* cleanup

* cleanup

* cleanup
  • Loading branch information
cspotcode committed Feb 22, 2021
1 parent 99aa4dc commit f6ed08c
Show file tree
Hide file tree
Showing 12 changed files with 2,694 additions and 427 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tsconfig.schemastore-schema.json
.idea/
/.vscode/
/website/static/api
/tsconfig.tsbuildinfo
3 changes: 0 additions & 3 deletions .mocharc.js

This file was deleted.

Loading

0 comments on commit f6ed08c

Please sign in to comment.