Skip to content

Commit

Permalink
lint: use single Vest import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Mar 20, 2022
1 parent 414673a commit bee4ba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vest/testUtils/suiteDummy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import asArray from '../../shared/src/asArray';

import { dummyTest } from './testDummy';

import type { SuiteResult } from 'vest';
import { optional, create, skip } from 'vest';
import { optional, create, skip, SuiteResult } from 'vest';

export function failing(failingFields?: string | string[]) {
return createSuiteRunResult(failingFields, fieldName => {
Expand Down

1 comment on commit bee4ba8

@vercel
Copy link

@vercel vercel bot commented on bee4ba8 Mar 20, 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-website.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next-ealush.vercel.app

Please sign in to comment.