(latestValue: string)
| 340 | |
| 341 | it('should immediately render snapshot of initially spawned custom actor', () => { |
| 342 | const createCustomActor = (latestValue: string) => |
| 343 | createActor(fromTransition((s) => s, latestValue)); |
| 344 | |
| 345 | const parentMachine = createMachine({ |
| 346 | types: { |
no test coverage detected
searching dependent graphs…