| 1 | /* eslint-disable jest/no-standalone-expect */ |
| 2 | import * as nativeAssert from "assert"; |
| 3 | import { LauxLib, Lua, LuaLib, LuaState, LUA_OK } from "lua-wasm-bindings/dist/lua"; |
| 4 | import * as fs from "fs"; |
nothing calls this directly
no test coverage detected