bitburner-src/test
2021-12-19 12:37:42 -05:00
..
Netscript Fix renamed functions from 1.0 release in tests 2021-12-19 12:37:42 -05:00
Terminal Fix tests syntax for jest 2021-12-19 12:37:42 -05:00
README.md prettify, sorry for the big ass commit 2021-09-04 19:09:30 -04:00
StockMarket.test.ts Fix tests syntax for jest 2021-12-19 12:37:42 -05:00
StringHelperFunctions.test.ts Fix tests syntax for jest 2021-12-19 12:37:42 -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