aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/src/index.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-31 17:05:30 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-31 19:20:16 +0200
commit9edbe049aa4c4ba3b57fccc2d00dc10beadfcabd (patch)
tree6418ca8792d63bbffbecca36c77380be3a029820 /packages/test-utils/src/index.ts
parentchore(deps): bump dependencies (diff)
downloadsophie-main.tar.gz
sophie-main.tar.zst
sophie-main.zip
build: run integration tests in CIHEADmain
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
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';