(obj)
| 448 | |
| 449 | it("should put a unenumerable '__ob__' for non-reactive object", () => { |
| 450 | const clone = (obj) => JSON.parse(JSON.stringify(obj)) |
| 451 | const componentSetup = vi.fn((props) => { |
| 452 | const internalOptions = clone(props.options) |
| 453 | return { internalOptions } |
no outgoing calls
no test coverage detected
searching dependent graphs…