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

View File

@@ -0,0 +1,4 @@
while(true) {
print("hi");
sleep(5000);
}