Skip to content

Commit

Permalink
feat: export individual test suites (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Aug 12, 2022
1 parent 0439f31 commit a6b2f68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ export async function interopTests (factory: DaemonFactory) {
await dhtTests(factory)
await pubsubTests(factory)
}

export {
connectTests as connectInteropTests,
dhtTests as dhtInteropTests,
pubsubTests as pubsubInteropTests
}

0 comments on commit a6b2f68

Please sign in to comment.