Skip to content

Commit

Permalink
Fix world test
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Nov 24, 2024
1 parent 3c0e384 commit 1d8d9c5
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 @@ -429,6 +429,8 @@ describe("defineWorld", () => {
} & {
readonly worldInterfaceName: "IWorld"
readonly worldgenDirectory: "world"
readonly systemLibrariesDirectory: "libraries",
readonly generateSystemLibraries: false,
readonly worldImportPath: "@latticexyz/world/src"
}
readonly sourceDirectory: "src"
Expand Down

0 comments on commit 1d8d9c5

Please sign in to comment.