Swap out mocha/chai for jest

This commit is contained in:
David Edmondson
2021-08-26 16:24:29 -07:00
parent 1a8bcf66cc
commit ab4863e7df
8 changed files with 12400 additions and 2481 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
# Unit Tests
This directory contains unit tests for Bitburner.
Unit tests use Mocha/Chai and are run using mochapack (a mocha-webpack fork).
Run the test command with `npm run test`
Unit tests use jest.
## Running
Run tests with: `npm run test`
To watch for changes: `npm run test:watch`