test("takes a seqPart id and returns its unbound action creators", () => {
            const ac = registry.getActionCreators(partId, "unbound");
            const oldState = store.getState();
            ac.addNote(23);
            const nextState = store.getState();