Skip to content

Commit

Permalink
Update world test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Nov 26, 2024
1 parent ca6e07d commit e933981
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/world/ts/config/v2/world.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ describe("defineWorld", () => {
Example: {
label: "Example",
type: "table",
namespaceLabel: "",
namespace: "",
namespaceLabel: "",
name: "Example",
tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000",
schema: {
Expand All @@ -164,8 +164,8 @@ describe("defineWorld", () => {
Example: {
label: "Example",
type: "table",
namespaceLabel: "",
namespace: "",
namespaceLabel: "",
name: "Example",
tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000",
schema: {
Expand All @@ -189,7 +189,7 @@ describe("defineWorld", () => {
indexFilename: "index.sol",
worldInterfaceName: "IWorld",
worldgenDirectory: "world",
systemLibrariesDirectory: "libraries",
systemLibrariesDirectory: "systems",
generateSystemLibraries: false,
worldImportPath: "@latticexyz/world/src",
},
Expand Down Expand Up @@ -244,7 +244,7 @@ describe("defineWorld", () => {
} & {
readonly worldInterfaceName: "IWorld"
readonly worldgenDirectory: "world"
readonly systemLibrariesDirectory: "libraries"
readonly systemLibrariesDirectory: "systems"
readonly generateSystemLibraries: false
readonly worldImportPath: "@latticexyz/world/src"
}
Expand Down Expand Up @@ -330,8 +330,8 @@ describe("defineWorld", () => {
Example: {
label: "Example",
type: "table",
namespaceLabel: "root",
namespace: "",
namespaceLabel: "root",
name: "Example",
tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000",
schema: {
Expand All @@ -351,8 +351,8 @@ describe("defineWorld", () => {
root__Example: {
label: "Example",
type: "table",
namespaceLabel: "root",
namespace: "",
namespaceLabel: "root",
name: "Example",
tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000",
schema: {
Expand All @@ -376,7 +376,7 @@ describe("defineWorld", () => {
indexFilename: "index.sol",
worldInterfaceName: "IWorld",
worldgenDirectory: "world",
systemLibrariesDirectory: "libraries",
systemLibrariesDirectory: "systems",
generateSystemLibraries: false,
worldImportPath: "@latticexyz/world/src",
},
Expand Down Expand Up @@ -431,7 +431,7 @@ describe("defineWorld", () => {
} & {
readonly worldInterfaceName: "IWorld"
readonly worldgenDirectory: "world"
readonly systemLibrariesDirectory: "libraries"
readonly systemLibrariesDirectory: "systems"
readonly generateSystemLibraries: false
readonly worldImportPath: "@latticexyz/world/src"
}
Expand Down

0 comments on commit e933981

Please sign in to comment.