diff options
| author | Giuseppe Gadola <giusgadola@gmail.com> | 2023-02-10 18:51:15 +0100 |
|---|---|---|
| committer | Giuseppe Gadola <giusgadola@gmail.com> | 2023-02-10 18:51:15 +0100 |
| commit | 9f5008c49f2e66d69b2a485640a0389232dbc392 (patch) | |
| tree | 3bdeaf1833ad3f16e54712449e069a34885d8eff /tests/pets | |
| parent | chore(media): uploaded catset assets (diff) | |
chore: removed tests directory
Diffstat (limited to 'tests/pets')
| -rw-r--r-- | tests/pets/pets_spec.lua | 12 |
1 files changed, 0 insertions, 12 deletions
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) |