We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e0a4 commit 01caffaCopy full SHA for 01caffa
packages/e2e/src/helper/tests/index.ts
@@ -14,3 +14,7 @@ export { createEoaNativeAuthFlowTest } from './eoa-native-auth-flow';
14
export { createViemSignMessageTest } from './viem-sign-message';
15
export { createViemSignTransactionTest } from './viem-sign-transaction';
16
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