test("adds an entry to the store", () => {
            const state = store.getState();
            expect(state[pluginId]).toBeDefined();
        });