Skip to content

Commit

Permalink
patch(vest): use suiteSelectors from vest top level api in parser module
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jul 15, 2022
1 parent 24e4cea commit b94b568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vest/src/exports/parser.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { suiteSelectors } from 'vest';
import { hasOwnProperty, invariant, isPositive } from 'vest-utils';

import { SuiteSummary } from 'SuiteSummaryTypes';
import { suiteSelectors } from 'suiteSelectors';

// eslint-disable-next-line max-lines-per-function, max-statements
export function parse(summary: SuiteSummary): ParsedVestObject {
Expand Down

1 comment on commit b94b568

@vercel
Copy link

@vercel vercel bot commented on b94b568 Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-website.vercel.app
vest-next-ealush.vercel.app

Please sign in to comment.