bitburner-src/test/jest
phyzical 18af3f8413 moved updateRam to first call to avoid lack of mocks for tests
* added wrapper funcs to simplify updateRam
* added static parser tests and skiped what isnt worker still for next person to try and fix
2022-03-31 21:41:19 +08:00
..
Netscript moved updateRam to first call to avoid lack of mocks for tests 2022-03-31 21:41:19 +08:00
Script Removes extra asterisk in template 2022-03-30 10:18:07 -04:00
Terminal update constants 2022-03-19 16:09:59 +08:00
ui moved updateRam to first call to avoid lack of mocks for tests 2022-03-31 21:41:19 +08:00
README.md Move cypress & netscript tests to ./test subfolder 2022-01-26 05:35:21 -05:00
StockMarket.test.ts Move cypress & netscript tests to ./test subfolder 2022-01-26 05:35:21 -05:00
StringHelperFunctions.test.ts Move cypress & netscript tests to ./test subfolder 2022-01-26 05:35:21 -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