bitburner-src/test/jest
hydroflame a980cb495f
Merge pull request #3150 from Master-Guy/issues/3080
Fixed number formatting and added tests
2022-03-20 14:23:16 -04:00
..
Netscript Removed un-used imports from tests 2022-03-19 16:23:10 +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
ui Removed un-used imports from tests 2022-03-19 16:23:10 +01: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