diff --git a/src/common/__tests__/hotbar-store.test.ts b/src/common/__tests__/hotbar-store.test.ts index e93b3a927c..a12ab0ee58 100644 --- a/src/common/__tests__/hotbar-store.test.ts +++ b/src/common/__tests__/hotbar-store.test.ts @@ -150,6 +150,8 @@ describe("HotbarStore", () => { describe("given no migrations", () => { beforeEach(async () => { + mockFs(); + await di.runSetups(); });