mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
Move cypress & netscript tests to ./test subfolder
This commit is contained in:
4
test/netscript/tb_foo.script
Normal file
4
test/netscript/tb_foo.script
Normal file
@@ -0,0 +1,4 @@
|
||||
while(true) {
|
||||
print("hi");
|
||||
sleep(5000);
|
||||
}
|
||||
Reference in New Issue
Block a user