From 00020dc3fd0b5246493320d47cc9bbaaf57531a5 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Sun, 20 Feb 2022 14:52:29 +0600 Subject: [PATCH] chore: allow runnibgs tests through vusted --- lua/tests/helpers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tests/helpers.lua b/lua/tests/helpers.lua index a769cf3..58bb660 100644 --- a/lua/tests/helpers.lua +++ b/lua/tests/helpers.lua @@ -1,6 +1,7 @@ -- Copyright (c) 2020-2021 shadmansaleh -- MIT license, see LICENSE for more details. +assert = require('luassert') local eq = assert.are.same local M = {}