MCPcopy
hub / github.com/jestjs/jest / makeSuite

Function makeSuite

packages/jest-jasmine2/src/__tests__/collectSpecs.test.ts:21–24  ·  view source on GitHub ↗
(
  description: string,
  children: Array<SuiteLike | SpecLike>,
)

Source from the content-addressed store, hash-verified

19});
20
21const makeSuite = (
22 description: string,
23 children: Array<SuiteLike | SpecLike>,
24): SuiteLike => ({children, description});
25
26describe('collectSpecs', () => {
27 test('collects flat specs with pending status', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected