Skip to content

Commit 0e6aa1c

Browse files
committed
Update rbx_dom_lua to use new database and run tests with run-in-roblox
1 parent 18ab8f7 commit 0e6aa1c

File tree

9 files changed

+18
-18992
lines changed

9 files changed

+18
-18992
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Cargo.lock
1717
/*.rbxlx
1818
/*.rbxm
1919
/*.rbxmx
20+
/rbx_dom_lua/*.rbxlx

rbx_dom_lua/run-tests.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require(game.ReplicatedStorage.TestEZ).TestBootstrap:run({game.ReplicatedStorage.RbxDom})

rbx_dom_lua/src/PropertyDescriptor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
function PropertyDescriptor.fromRaw(data, className, propertyName)
2323
return setmetatable({
24-
scriptability = data.scriptability,
24+
scriptability = data.Scriptability,
2525
className = className,
2626
name = propertyName,
2727
}, PropertyDescriptor)

0 commit comments

Comments
 (0)