aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/test-utils/src/index.ts')
-rw-r--r--packages/test-utils/src/index.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/test-utils/src/index.ts b/packages/test-utils/src/index.ts
index 1543c6e..c4db5b0 100644
--- a/packages/test-utils/src/index.ts
+++ b/packages/test-utils/src/index.ts
@@ -18,6 +18,8 @@
18 * SPDX-License-Identifier: AGPL-3.0-only 18 * SPDX-License-Identifier: AGPL-3.0-only
19 */ 19 */
20 20
21export { default as each } from './each'; 21/*
22 22 eslint-disable-next-line import/prefer-default-export --
23 Keep API consistent for more helpers in the future.
24*/
23export { default as fake } from './fake'; 25export { default as fake } from './fake';