We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9471a83 commit c454e3aCopy full SHA for c454e3a
test/unit/error.spec.ts
@@ -356,15 +356,15 @@ util.testEachVersion(
356
builder.expectToHaveNoDiagnostics();
357
const luaResult = builder.getLuaExecutionResult();
358
// eslint-disable-next-line jest/no-standalone-expect
359
- expect(luaResult.split('\n')).toHaveLength(4);
+ expect(luaResult.split("\n")).toHaveLength(4);
360
}),
361
-
+
362
// 5.0 debug.traceback doesn't support levels
363
[tstl.LuaTarget.Lua50](builder) {
364
365
366
367
expect(luaResult).toContain("Level 4");
368
- },
+ },
369
}
370
);
0 commit comments