()
| 371 | } |
| 372 | |
| 373 | public expectNoTranspileException(): this { |
| 374 | expect(() => this.getLuaResult()).not.toThrow(); |
| 375 | return this; |
| 376 | } |
| 377 | |
| 378 | public expectNoExecutionError(): this { |
| 379 | const luaResult = this.getLuaExecutionResult(); |
nothing calls this directly
no test coverage detected