describe("with workflows, which work only together with states", () => {
    beforeEach(() => {
        // workflows only exist as part of states, 
        //  which is why we always have to create one first
        withState(litElement, createState());