mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
* DNET: Remove packet capture as an API tool; add the mechanic as part of the logs in the Open Web Access Point puzzle * DNET: Make harder version of the packet capture puzzle just have alphanumeric noise instead of lore data and stuff * DNET: Make harder version of the packet capture puzzle just have alphanumeric noise instead of lore data and stuff * PR feedback
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