chore: allow runnibgs tests through vusted

This commit is contained in:
shadmansaleh 2022-02-20 14:52:29 +06:00
parent 40849728b6
commit 00020dc3fd
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
-- Copyright (c) 2020-2021 shadmansaleh -- Copyright (c) 2020-2021 shadmansaleh
-- MIT license, see LICENSE for more details. -- MIT license, see LICENSE for more details.
assert = require('luassert')
local eq = assert.are.same local eq = assert.are.same
local M = {} local M = {}