2019-05-07 03:01:06 +02:00
|
|
|
# Unit Tests
|
|
|
|
This directory contains unit tests for Bitburner.
|
|
|
|
|
2019-05-10 04:51:56 +02:00
|
|
|
Unit tests use Mocha/Chai and are run using mochapack (a mocha-webpack fork).
|
2019-05-10 04:03:13 +02:00
|
|
|
Run the test command with `npm run test`
|