feat: Export annotation helpers from allure plugin

Signed-off-by: Sergey Shevchenko <shevchenko@simple.life>
This commit is contained in:
Sergey Shevchenko
2022-05-10 16:57:13 +03:00
parent 19a404f0a7
commit 6387b7a98a
3 changed files with 20 additions and 0 deletions
+4
View File
@@ -21,3 +21,7 @@
*/
export { allurePlugin, EntityAllureReportContent } from './plugin';
export {
isAllureReportAvailable,
ALLURE_PROJECT_ID_ANNOTATION,
} from './components/annotationHelpers';