Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Aug 1, 2024
1 parent 5acfacc commit c4a7e0e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import {
export {
MockReadCallExpectation,
MockRevertExpectation,
MockCallExpectation,
MockContractController,
deployMock,
} from "./mock-controller.ts"

Check failure on line 7 in src/index.ts

View workflow job for this annotation

GitHub Actions / test

Cannot find module './mock-controller.ts' or its corresponding type declarations.

export MockReadCallExpectation;
export MockRevertExpectation;
export MockCallExpectation;
export MockContractController;
export deployMock;

0 comments on commit c4a7e0e

Please sign in to comment.