UNPKG

@magic/test

Version:

simple yet powerful unit testing library

4 lines (3 loc) 199 B
export function suiteNeedsIsolation(tests: TestCollection): boolean export type TestCollection = Test[] | (Record<string, unknown> & TestsWithHooks) //# sourceMappingURL=suiteNeedsIsolation.d.ts.map