Skip to content

Commit 3ab3ad6

Browse files
committed
feat(e2e): register payment delegation ticket suite in index export
1 parent d12339d commit 3ab3ad6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/e2e/src/e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import {
1414
createViewPKPsByAddressTest,
1515
createViewPKPsByAuthDataTest,
1616
init,
17+
registerPaymentDelegationTicketSuite,
1718
} from '@lit-protocol/e2e';
1819
import type { AuthContext } from '@lit-protocol/e2e';
19-
import { registerPaymentDelegationTicketSuite } from './tickets/delegation.suite';
2020

2121
const RPC_OVERRIDE = process.env['LIT_YELLOWSTONE_PRIVATE_RPC_URL'];
2222
if (RPC_OVERRIDE) {

packages/e2e/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ export { createEnvVars } from './helper/createEnvVars';
1515
export { createTestAccount } from './helper/createTestAccount';
1616
export { createTestEnv } from './helper/createTestEnv';
1717
export type { CreateTestAccountResult } from './helper/createTestAccount';
18+
export { registerPaymentDelegationTicketSuite } from './tickets/delegation.suite';

0 commit comments

Comments
 (0)