Skip to content

Commit

Permalink
Merge pull request #20 from johnyob/ajob410@fix/export-all-imports
Browse files Browse the repository at this point in the history
chore(deps): bump LIGO to version 1.5.0
  • Loading branch information
Laucans authored Mar 29, 2024
2 parents 2aed33c + 1407ffa commit 04ea746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/lib.mligo
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,23 @@
(** The entrypoint of the test framework library. *)

(** Re-export the [Logger module]. *)
[@public]
#import "logger.mligo" "Logger"

[@public]
#import "result.mligo" "Result"

[@public]
#import "model.mligo" "Model"

[@public]
#import "assert.mligo" "Assert"

[@public]
#import "expect.mligo" "Expect"

[@public]
#import "context.mligo" "Context"

[@public]
#import "contract.mligo" "Contract"

0 comments on commit 04ea746

Please sign in to comment.