bitburner-src/test/README.md

11 lines
173 B
Markdown
Raw Normal View History

# Unit Tests
This directory contains unit tests for Bitburner.
2021-08-27 01:24:29 +02:00
Unit tests use jest.
## Running
Run tests with: `npm run test`
To watch for changes: `npm run test:watch`