MCPcopy Index your code
hub / github.com/TanStack/table / expectPrimitiveValueIs

Function expectPrimitiveValueIs

packages/angular-table/tests/flex-render.test.ts:188–196  ·  view source on GitHub ↗
(
  fixture: ComponentFixture<unknown>,
  value: unknown
)

Source from the content-addressed store, hash-verified

186>['content']
187
188function expectPrimitiveValueIs(
189 fixture: ComponentFixture<unknown>,
190 value: unknown
191) {
192 expect(fixture.nativeElement.matches(':empty')).toBe(false)
193 const span = fixture.nativeElement.querySelector('span')
194 expect(span).toBeDefined()
195 expect(span.innerHTML).toEqual(value)
196}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…