diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-26 15:39:10 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-26 21:40:53 +0200 |
commit | 763187955aed2c6ff07eee5f31d413bef81075df (patch) | |
tree | 787af060ba43655c301d87132133af16eefc114d /test/js/dune | |
parent | 37d47541083c3eaf3ea9f6c3445e8ba926ee609c (diff) |
feat(tests): move test program to common code
Diffstat (limited to 'test/js/dune')
-rw-r--r-- | test/js/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/dune b/test/js/dune index f6cc084..00dfecc 100644 --- a/test/js/dune +++ b/test/js/dune @@ -1,6 +1,6 @@ (test (name websockets_hello) - (libraries portal_ws lwt js_of_ocaml flesh) + (libraries portal_ws lwt js_of_ocaml flesh hello) (modes js) (preprocess (pps js_of_ocaml-ppx)) (deps node_modules) |