You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ It is not necessary to run the "devlink" script again.
53
53
Effectively, this folder is a tiny **roblox-ts** game. Testing process is as follows:
54
54
55
55
1. Compile tests project to create a `/tests/out` folder containing `.lua` files
56
-
2. Use `rojo build` to create `/tests/test.rbxlx`
57
-
3. Use `run-in-roblox` to open studio and execute the tests
56
+
2. Use `rojo build` to create `/tests/test.rbxl`
57
+
3. Use `lune` to execute the tests
58
58
59
59
You can run this process yourself if you have Roblox Studio and [foreman](https://github.com/Roblox/foreman) installed. (Only works on Windows and MacOS)
60
60
61
61
```sh
62
-
# install rojo + run-in-roblox
62
+
# install rojo + lune
63
63
foreman install
64
-
# Compile tests, build .rbxlx, run with run-in-roblox
0 commit comments