Skip to content

Commit

Permalink
added(vest): expose suiteSelectors as a top level API
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jul 15, 2022
1 parent 1812e68 commit 24e4cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vest/src/vest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ import optional from 'optionalFields';
import type { SuiteResult } from 'produceSuiteResult';
import type { SuiteRunResult } from 'produceSuiteRunResult';
import skipWhen from 'skipWhen';
import { suiteSelectors } from 'suiteSelectors';
import { test } from 'test';
import warn from 'warn';

const VERSION = __LIB_VERSION__;

export {
suiteSelectors,
test,
create,
each,
Expand Down

0 comments on commit 24e4cea

Please sign in to comment.