bitburner-src/test/jest
Snarling 40b89baca1
MISC: Various small fixes (#574)
* ns.ls filter can include leading slash in filename
* scp from terminal accepts multiple filenames
* terminal displays root / instead of ~ as base
* cd with no args returns to root
2023-06-06 08:46:07 -04:00
..
__snapshots__ MISC: optimize corp affordable upgrade level calculation (#570) 2023-06-06 01:45:28 -04:00
Imports
Netscript CORPORATION: Corp changes prior to 2.3 finalization (#503) 2023-05-15 18:06:57 -04:00
Script Fix test 2023-05-28 05:43:09 -04:00
Terminal MISC: Various small fixes (#574) 2023-06-06 08:46:07 -04:00
ui
Corporation.test.ts MISC: optimize corp affordable upgrade level calculation (#570) 2023-06-06 01:45:28 -04:00
README.md
Save.test.ts UI: LogBox overhaul (#508) 2023-05-26 08:07:37 -04:00
StockMarket.test.ts
StringHelperFunctions.test.ts

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