Skip to content

Commit

Permalink
webapi only needed in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 26, 2023
1 parent 643fbed commit b364efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@

(package
(name melange-testing-library)
(synopsis "Melange bindings for testing-library (dom-testing-library and react-testing-library)")
(synopsis
"Melange bindings for testing-library (dom-testing-library and react-testing-library)")
(depends
ocaml
(melange
(>= "2.0.0"))
reason-react
melange-webapi
(melange-webapi :with-test)
(melange-jest :with-test)
(opam-check-npm-deps :with-test) ; todo: use with-dev-setup once opam 2.2 is out
(bisect_ppx
Expand Down
2 changes: 1 addition & 1 deletion melange-testing-library.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocaml"
"melange" {>= "2.0.0"}
"reason-react"
"melange-webapi"
"melange-webapi" {with-test}
"melange-jest" {with-test}
"opam-check-npm-deps" {with-test}
"bisect_ppx" {with-test & >= "2.5.0"}
Expand Down

0 comments on commit b364efa

Please sign in to comment.