Move cypress & netscript tests to ./test subfolder

This commit is contained in:
Martin Fournier
2022-01-25 16:24:09 -05:00
parent f943e55e86
commit 8e119b2b5b
24 changed files with 53 additions and 50 deletions

11
test/jest/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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`