Skip to content

Commit

Permalink
Fix world config test
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Nov 21, 2024
1 parent 40b1c0f commit 572fe5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/world/ts/config/v2/world.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ describe("defineWorld", () => {
worldInterfaceName: "IWorld",
worldgenDirectory: "world",
systemLibrariesDirectory: "libraries",
generateSystemLibraries: false,
worldImportPath: "@latticexyz/world/src",
},
systems: {},
Expand Down Expand Up @@ -374,6 +375,7 @@ describe("defineWorld", () => {
worldInterfaceName: "IWorld",
worldgenDirectory: "world",
systemLibrariesDirectory: "libraries",
generateSystemLibraries: false,
worldImportPath: "@latticexyz/world/src",
},
systems: {},
Expand Down

0 comments on commit 572fe5b

Please sign in to comment.