This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lemur
updated
17 files
+7 −0 | FEATURES.md | |
+4 −0 | lib/Enum/FillDirection.lua | |
+5 −0 | lib/Enum/ScrollingDirection.lua | |
+4 −0 | lib/Enum/ZIndexBehavior.lua | |
+3 −0 | lib/Enum/init.lua | |
+2 −0 | lib/instances/Game.lua | |
+20 −8 | lib/instances/GuiObject.lua | |
+49 −0 | lib/instances/GuiObject_spec.lua | |
+13 −0 | lib/instances/ScreenGui.lua | |
+6 −0 | lib/instances/ScreenGui_spec.lua | |
+72 −0 | lib/instances/ScrollingFrame.lua | |
+67 −0 | lib/instances/ScrollingFrame_spec.lua | |
+6 −0 | lib/instances/UIGridStyleLayout.lua | |
+1 −0 | lib/instances/UIGridStyleLayout_spec.lua | |
+1 −0 | lib/instances/init.lua | |
+11 −0 | lib/isChildOfScreenGui.lua | |
+52 −0 | lib/isChildOfScreenGui_spec.lua |
Submodule testez
updated
22 files
+1 −2 | .gitignore | |
+3 −0 | .gitmodules | |
+1 −0 | .luacheckrc | |
+0 −1 | .travis.yml | |
+6 −199 | README.md | |
+0 −9 | bin/build-installer.lua | |
+0 −33 | bin/install-dependencies.lua | |
+115 −0 | docs/api-reference.md | |
+37 −0 | docs/getting-started/debugging-tests.md | |
+11 −0 | docs/getting-started/installation.md | |
+11 −0 | docs/getting-started/running-tests.md | |
+45 −0 | docs/getting-started/writing-tests.md | |
+5 −0 | docs/index.md | |
+3 −0 | docs/requirements.txt | |
+4 −0 | lib/TestBootstrap.lua | |
+31 −7 | lib/TestRunner.lua | |
+10 −7 | lib/TestSession.lua | |
+31 −10 | lib/init.lua | |
+27 −0 | mkdocs.yml | |
+1 −0 | modules/lemur | |
+94 −4 | spec.lua | |
+4 −0 | tests/api.lua |