bitburner-src/test/jest
phyzical 44ea479043 update constants
* added OperationNames
* added faction names
* used citynames where appropriate
2022-03-19 16:09:59 +08:00
..
Netscript Removed unnecessary eslint-disable lines 2022-03-01 17:33:27 +01:00
Script Move cypress & netscript tests to ./test subfolder 2022-01-26 05:35:21 -05:00
Terminal update constants 2022-03-19 16:09:59 +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