Skip to content

Commit

Permalink
unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Jun 10, 2024
1 parent e315876 commit 8deb086
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions unittest.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-- Ensure a best possible compatibility with `_` underscore delimiter weirdnesses

local function get_skin(skin_name)
local skin = skins.get(skin_name)
or skins.__fuzzy_match_skin_name("(unittest)", skin_name, true)
Expand Down Expand Up @@ -48,6 +46,6 @@ local function run_unittest()
error("Unittest passed! Please disable them now.")
end


--run_unittest()

if skins._enable_unittest then
run_unittest()
end

0 comments on commit 8deb086

Please sign in to comment.