Skip to content

Commit f1984a3

Browse files
committed
Set mdx as a test dependency
1 parent a625278 commit f1984a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(extunix
3535
(= "dev"))
3636
fpath
37-
mdx
37+
(mdx :with-test)
3838
ocaml
3939
; (owl (>= 1.1))
4040
prelude

explode_js.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"dune-glob"
2121
"extunix" {= "dev"}
2222
"fpath"
23-
"mdx"
23+
"mdx" {with-test}
2424
"ocaml"
2525
"prelude"
2626
"yojson"

0 commit comments

Comments
 (0)