Skip to content

Commit e983764

Browse files
committed
Update luaModule system test name
1 parent 299fda8 commit e983764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/luaModuleSystem.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { LuaModuleSystemKind } from "../../src";
44

55
test.each<[string, Record<string, string>]>([
66
[
7-
"Import module -> main",
7+
"Import module without package or require",
88
{
99
"main.ts": `
1010
import { value } from "./module";

0 commit comments

Comments
 (0)