bitburner-src/test
Martin Fournier 99f1e67224 Fix tests by passing args to dynamic function test
Function purchaseServer would throw with null arguments
2021-12-20 17:37:56 -05:00
..
Netscript Fix tests by passing args to dynamic function test 2021-12-20 17:37:56 -05:00
Terminal Fix remaining unit test issues 2021-12-19 15:42:40 -05:00
README.md prettify, sorry for the big ass commit 2021-09-04 19:09:30 -04:00
StockMarket.test.ts Fix remaining unit test issues 2021-12-19 15:42:40 -05:00
StringHelperFunctions.test.ts Fix remaining unit test issues 2021-12-19 15:42:40 -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