Skip to content

Commit

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

export MockReadCallExpectation;

Check failure on line 9 in src/index.ts

View workflow job for this annotation

GitHub Actions / test

Declaration or statement expected.
export MockRevertExpectation;

Check failure on line 10 in src/index.ts

View workflow job for this annotation

GitHub Actions / test

Declaration or statement expected.
export MockCallExpectation;

Check failure on line 11 in src/index.ts

View workflow job for this annotation

GitHub Actions / test

Declaration or statement expected.
export MockContractController;

Check failure on line 12 in src/index.ts

View workflow job for this annotation

GitHub Actions / test

Declaration or statement expected.
export deployMock;

Check failure on line 13 in src/index.ts

View workflow job for this annotation

GitHub Actions / test

Declaration or statement expected.

0 comments on commit 02fbb72

Please sign in to comment.