MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / test

Function test

packages/angular/patch-vitest.ts:109–112  ·  view source on GitHub ↗
(val: any)

Source from the content-addressed store, hash-verified

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,

Callers 15

sdk.test.tsFile · 0.90
index.test.tsFile · 0.90
sdk.test.tsFile · 0.90
events.test.tsFile · 0.90
http.test.tsFile · 0.90

Calls 1

isAngularFixtureFunction · 0.85

Tested by

no test coverage detected