(latestValue: string)
| 475 | |
| 476 | it("should render snapshot value when actor doesn't emit anything", () => { |
| 477 | const createCustomLogic = (latestValue: string) => |
| 478 | fromTransition((s) => s, latestValue); |
| 479 | |
| 480 | const parentMachine = createMachine({ |
| 481 | types: { |
no test coverage detected
searching dependent graphs…