(val: any)
| 107 | return `${printer(fixtureVitestSerializer(val), config, indentation, depth, refs)}`; |
| 108 | } |
| 109 | function test(val: any): boolean { |
| 110 | // * If it's a ComponentFixture we apply the transformation rules |
| 111 | return val && isAngularFixture(val); |
| 112 | } |
| 113 | return { |
| 114 | serialize, |
| 115 | test, |
no test coverage detected