File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11// re-export
2- export { init } from './init' ;
32export * from './helper/auth-contexts' ;
4- export * from './helper/tests' ;
53export * from './helper/NetworkManager' ;
4+ export * from './helper/tests' ;
5+ export { init } from './init' ;
66
7- export { printAligned } from './helper/utils' ;
87export { getOrCreatePkp } from './helper/pkp-utils' ;
98export { createShivaClient } from './helper/shiva-client' ;
9+ export { printAligned } from './helper/utils' ;
1010export type { AuthContext } from './types' ;
11+
12+ // re-export new helpers that should be used to refactor the `init.ts` proces
13+ // see packages/e2e/src/tickets/delegation.suite.ts for usage examples
14+ export { createEnvVars } from './helper/createEnvVars' ;
15+ export { createTestAccount } from './helper/createTestAccount' ;
16+ export { createTestEnv } from './helper/createTestEnv' ;
17+ export type { CreateTestAccountResult } from './helper/createTestAccount' ;
You can’t perform that action at this time.
0 commit comments