mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
6 lines
183 B
Markdown
6 lines
183 B
Markdown
# 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`
|