Files
bitburner-src/test/jest
2025-05-23 14:12:26 -07:00
..
2023-05-28 05:43:09 -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