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:
commit
8a912eb0c9
@ -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" });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user