bitburner-src/test/jest
2024-12-08 15:54:22 -05:00
..
__snapshots__ UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Alias TERMINAL: Prevent recursive aliases from being resolved. (#741) 2023-08-28 14:26:25 -04:00
Bladeburner UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
config UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Go UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Imports Moved Player initialization point (#452) 2023-03-29 00:30:27 -04:00
JsonSchema UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Messages UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Netscript UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Script Fix test 2023-05-28 05:43:09 -04:00
Terminal v2.4.0 2023-07-30 22:08:36 -04:00
ui UI: Added new locale-aware and configurable number formatting (#354) 2023-02-11 13:18:50 -05:00
Corporation.test.ts UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
FullSave.test.ts UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
Grow.test.ts TESTS: Prevent some test spam (#1126) 2024-02-26 08:22:33 -05:00
README.md Move cypress & netscript tests to ./test subfolder 2022-01-26 05:35:21 -05:00
Save.test.ts UI: fix scripts recorded offline income (#1025) 2024-02-10 07:24:55 -05:00
StockMarket.test.ts UPDATE; Stable branch update to 2.7.0 (#1831) 2024-12-08 15:54:22 -05:00
StringHelperFunctions.test.ts fix: fix StringHelperFunctions test 2022-09-23 18:13:33 -04: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