Skip to content

Commit

Permalink
Added anonymous API exports and fixed CSP tests imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Apr 2, 2024
1 parent d8be06a commit b5bafce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from './vote';
export * from './wallet';
export * from './errors';
export * from './csp';
export * from './zk';
12 changes: 9 additions & 3 deletions test/integration/csp.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import { ICspFinalStepResponse, ICspIntermediateStepResponse } from '../../src/api/csp';
import {
CspCensus,
CspProofType,
Election,
ICspFinalStepResponse,
ICspIntermediateStepResponse,
VocdoniSDKClient,
Vote,
} from '../../src';
import { Wallet } from '@ethersproject/wallet';
import { CspProofType, Election, VocdoniSDKClient, Vote } from '../../src';
import { CspCensus } from '../../src';
// @ts-ignore
import { clientParams, setFaucetURL } from './util/client.params';
// @ts-ignore
Expand Down

0 comments on commit b5bafce

Please sign in to comment.