From 9f5008c49f2e66d69b2a485640a0389232dbc392 Mon Sep 17 00:00:00 2001 From: Giuseppe Gadola Date: Fri, 10 Feb 2023 18:51:15 +0100 Subject: chore: removed tests directory --- tests/pets/pets_spec.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/pets/pets_spec.lua (limited to 'tests/pets') diff --git a/tests/pets/pets_spec.lua b/tests/pets/pets_spec.lua deleted file mode 100644 index 42ab112..0000000 --- a/tests/pets/pets_spec.lua +++ /dev/null @@ -1,12 +0,0 @@ -local plugin = require("plugin_name") - -describe("setup", function() - it("works with default", function() - assert("my first function with param = Hello!", plugin.hello()) - end) - - it("works with custom var", function() - plugin.setup({ opt = "custom" }) - assert("my first function with param = custom", plugin.hello()) - end) -end) -- cgit v1.3-2-g11bf