From 24e4cea7d7f40043e561c09201d462fd4962f298 Mon Sep 17 00:00:00 2001 From: ealush Date: Fri, 15 Jul 2022 13:36:45 +0300 Subject: [PATCH] added(vest): expose suiteSelectors as a top level API --- packages/vest/src/vest.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/vest/src/vest.ts b/packages/vest/src/vest.ts index e08eba89c..d9ec6d146 100644 --- a/packages/vest/src/vest.ts +++ b/packages/vest/src/vest.ts @@ -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,