Skip to content

Commit

Permalink
Merge pull request ocaml#26934 from hhugo/alcotest-js
Browse files Browse the repository at this point in the history
Add test dep for alcotest-js
  • Loading branch information
mseri authored Nov 23, 2024
2 parents 386c46e + 56d027d commit 727427c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/alcotest-js/alcotest-js.1.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {>= "2.8"}
"alcotest" {= version}
"js_of_ocaml-compiler" {>= "3.11.0"}
"conf-npm" {with-test}
"fmt" {with-test & >= "0.8.7"}
"cmdliner" {with-test & >= "1.0.0"}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions packages/alcotest-js/alcotest-js.1.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {>= "2.8"}
"alcotest" {= version}
"js_of_ocaml-compiler" {>= "3.11.0"}
"conf-npm" {with-test}
"fmt" {with-test & >= "0.8.7"}
"cmdliner" {with-test & >= "1.1.0"}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions packages/alcotest-js/alcotest-js.1.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {>= "3.0"}
"alcotest" {= version}
"js_of_ocaml-compiler" {>= "3.11.0"}
"conf-npm" {with-test}
"fmt" {with-test & >= "0.8.7"}
"cmdliner" {with-test & >= "1.1.0"}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions packages/alcotest-js/alcotest-js.1.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {>= "3.0"}
"alcotest" {= version}
"js_of_ocaml-compiler" {>= "3.11.0"}
"conf-npm" {with-test}
"fmt" {with-test & >= "0.8.7"}
"cmdliner" {with-test & >= "1.2.0"}
"odoc" {with-doc}
Expand Down

0 comments on commit 727427c

Please sign in to comment.