Skip to content

Commit 01caffa

Browse files
committed
fix(e2e): add exports for test files
1 parent e36e0a4 commit 01caffa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/e2e/src/helper/tests/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ export { createEoaNativeAuthFlowTest } from './eoa-native-auth-flow';
1414
export { createViemSignMessageTest } from './viem-sign-message';
1515
export { createViemSignTransactionTest } from './viem-sign-transaction';
1616
export { createViemSignTypedDataTest } from './viem-sign-typed-data';
17+
18+
// We should move the above tests into their own category/folder like this one
19+
export { createPregenDelegationServerReuseTest } from '../../test-helpers/signSessionKey/pregen-delegation';
20+
export { registerWrappedKeysExecuteJsTests } from '../../test-helpers/executeJs/wrappedKeys';

0 commit comments

Comments
 (0)