bitburner-src/test
Martin Fournier d1696148c4 Fix tests syntax for jest
Most tests could not run with jest because of syntax difference between
the old test runner.
2021-12-19 12:37:42 -05:00
..
Netscript Fix tests syntax for jest 2021-12-19 12:37:42 -05:00
Terminal Fix tests syntax for jest 2021-12-19 12:37:42 -05:00
README.md prettify, sorry for the big ass commit 2021-09-04 19:09:30 -04:00
StockMarket.test.ts Fix tests syntax for jest 2021-12-19 12:37:42 -05:00
StringHelperFunctions.test.ts Fix tests syntax for jest 2021-12-19 12:37:42 -05:00

Unit Tests

This directory contains unit tests for Bitburner.

Unit tests use jest.

Running

Run tests with: npm run test

To watch for changes: npm run test:watch