Skip to content
Draft
2 changes: 1 addition & 1 deletion src/Memory/insert.luau
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local function insert<Tasks...>(
...: Tasks...
): Tasks...
for index = 1, select("#", ...) do
table.insert(scope, select(index, ...))
table.insert(scope, (select(index, ...)))
end
return ...
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 4 additions & 8 deletions test-runner.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
],
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Fusion": {
"$path": "default.project.json"
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"FusionTest": {
"src": {
"$path": "src"
},
"test": {
"$path": "test"
}
}
Expand Down
147 changes: 0 additions & 147 deletions test/Spec/Memory/doCleanup.spec.luau

This file was deleted.

80 changes: 0 additions & 80 deletions test/Spec/Memory/insert.spec.luau

This file was deleted.

90 changes: 0 additions & 90 deletions test/Spec/Memory/scoped.spec.luau

This file was deleted.

Loading