Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pau-tomas authored and chrismaltby committed Apr 18, 2024
1 parent 4e9ea24 commit a4b11f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/store/features/assets/assetsMiddleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ test("Should trigger call to check background assets", async () => {
},
ids: ["bg1"],
},
tilesets: {
entities: {},
},
},
settings: {
colorMode: "mono",
Expand Down Expand Up @@ -111,6 +114,9 @@ test("Should not trigger call to check background assets if already cached asset
},
ids: ["bg1"],
},
tilesets: {
entities: {},
},
},
settings: {
colorMode: "mono",
Expand Down Expand Up @@ -170,6 +176,9 @@ test("Should trigger call to check background assets if cache has expired", asyn
},
ids: ["bg1"],
},
tilesets: {
entities: {},
},
},
settings: {
colorMode: "mono",
Expand Down

0 comments on commit a4b11f0

Please sign in to comment.