mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
Swap out mocha/chai for jest
This commit is contained in:
+7
-2
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user