Skip to content

Commit

Permalink
patch(vest): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Mar 15, 2022
1 parent f78a477 commit 76d8d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/n4s/src/exports/compose.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import invariant from 'invariant';
import mapFirst from 'mapFirst';
import { ctx } from 'n4s';

import type { TComposeResult, TLazyRuleRunners } from 'genEnforceLazy';
import { ctx } from 'n4s';
import { defaultToPassing, TRuleDetailedResult } from 'ruleReturn';
import runLazyRule from 'runLazyRule';

Expand Down
1 change: 1 addition & 0 deletions packages/vest/src/core/suite/produce/genTestsSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import assign from 'assign';

import { Severity, SeverityCount } from 'Severity';
import VestTest from 'VestTest';
import { isValid } from 'isValid';
import { useTestsFlat } from 'stateHooks';

/**
Expand Down

1 comment on commit 76d8d91

@vercel
Copy link

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

Please sign in to comment.