Refactoring and working drag n drop
This commit is contained in:
14
media/lua/client/TOC_Test.lua
Normal file
14
media/lua/client/TOC_Test.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
-- TODO TestFramework stuff here
|
||||
|
||||
if not getActivatedMods():contains("TEST_FRAMEWORK") or not isDebugEnabled() then return end
|
||||
local TestFramework = require("TestFramework/TestFramework")
|
||||
local TestUtils = require("TestFramework/TestUtils")
|
||||
|
||||
TestFramework.registerTestModule("Functionality", "Cut Left Hand", function()
|
||||
local Tests = {}
|
||||
|
||||
function Tests.CutLeftHand()
|
||||
|
||||
end
|
||||
|
||||
end)
|
||||
Reference in New Issue
Block a user