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.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/test-utils/src/index.ts b/packages/test-utils/src/index.ts
index 52ac98d..528b872 100644
--- a/packages/test-utils/src/index.ts
+++ b/packages/test-utils/src/index.ts
@@ -18,8 +18,7 @@
18 * SPDX-License-Identifier: AGPL-3.0-only 18 * SPDX-License-Identifier: AGPL-3.0-only
19 */ 19 */
20 20
21/*
22 eslint-disable-next-line import/prefer-default-export --
23 Keep API consistent for more helpers in the future.
24*/
25export { default as fake } from './fake.js'; 21export { default as fake } from './fake.js';
22
23export type { TestIf, TestIfConcurrent } from './testIf.js';
24export { default as testIf } from './testIf.js';