Add tests for drag component

This commit is contained in:
Insality
2022-10-08 19:11:57 +03:00
parent 51dc34613b
commit 9e92cf295b
10 changed files with 167 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ local druid_system = require("druid.druid")
return function()
local druid = nil
local context = test_helper.get_context()
describe("Druid Button", function()
describe("Button Component", function()
before(function()
mock_gui.mock()
mock_time.mock()