1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Merge branch 'master' into release/v5.0.0-alpha.2

This commit is contained in:
Jari Kolehmainen 2021-04-22 10:45:59 +03:00
commit 8a912eb0c9

View File

@ -24,7 +24,7 @@ describe("HotbarStore", () => {
describe("add", () => { describe("add", () => {
it("adds a hotbar", () => { it("adds a hotbar", () => {
const hotbarStore = HotbarStore.getInstanceOrCreate(); const hotbarStore = HotbarStore.createInstance();
hotbarStore.load(); hotbarStore.load();
hotbarStore.add({ name: "hottest" }); hotbarStore.add({ name: "hottest" });