This commit is contained in:
zztrieuzz 2021-11-21 19:24:09 +07:00
parent c96e06595c
commit fd6b301dd2

View File

@ -607,8 +607,7 @@ local function Test(test_data)
end
end
describe('autopairs ', function()
_G.Test_withfile(run_data,{
before_each = reset_test,
})
Test(run_data)
end)