From afa6b4b6195483d73cb6a91bc757652301275ed6 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Oct 2023 11:52:40 +0200 Subject: Add test cases --- neovim.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 neovim.yaml (limited to 'neovim.yaml') diff --git a/neovim.yaml b/neovim.yaml deleted file mode 100644 index 1288950..0000000 --- a/neovim.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -base: lua51 - -globals: - vim: - any: true - assert: - args: - - type: bool - - type: string - required: false - assert.are.same: - args: - - type: any - - type: any - after_each: - args: - - type: function - before_each: - args: - - type: function - describe: - args: - - type: string - - type: function - it: - args: - - type: string - - type: function -- cgit v1.2.3