From fafd6edd2980e5093b78381a8f50f1547404f225 Mon Sep 17 00:00:00 2001 From: Joe Gornick Date: Thu, 15 Dec 2022 13:49:58 -0600 Subject: [PATCH] fix: add barrel file (#132) Co-authored-by: Joe Gornick Co-authored-by: Maciej Jastrzebski --- src/index.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..8d73242 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,9 @@ +export * from './to-be-disabled'; +export * from './to-be-empty-element'; +export * from './to-be-visible'; +export * from './to-contain-element'; +export * from './to-have-accessibility-state'; +export * from './to-have-accessibility-value'; +export * from './to-have-prop'; +export * from './to-have-style'; +export * from './to-have-text-content';