Skip to content

Commit

Permalink
Add alcotest-lwt
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 2, 2023
1 parent bd1a230 commit 50edfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

;; Test dependencies
(alcotest :with-test)
(alcotest-lwt :with-test)
(fmt :with-test)

;; Dev dependencies, using with-test so that consumers don't install them (until package is released in opam)
Expand Down
1 change: 1 addition & 0 deletions server-reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends: [
"promise" {>= "1.1.2"}
"lwt" {>= "5.6.0"}
"alcotest" {with-test}
"alcotest-lwt" {with-test}
"fmt" {with-test}
"ocamlformat" {= "0.21.0" & with-test}
"ocaml-lsp-server" {with-test}
Expand Down

0 comments on commit 50edfdf

Please sign in to comment.