We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e4cea commit b94b568Copy full SHA for b94b568
packages/vest/src/exports/parser.ts
@@ -1,7 +1,7 @@
1
+import { suiteSelectors } from 'vest';
2
import { hasOwnProperty, invariant, isPositive } from 'vest-utils';
3
4
import { SuiteSummary } from 'SuiteSummaryTypes';
-import { suiteSelectors } from 'suiteSelectors';
5
6
// eslint-disable-next-line max-lines-per-function, max-statements
7
export function parse(summary: SuiteSummary): ParsedVestObject {
0 commit comments