diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-30 10:55:32 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-30 10:55:32 +0200 |
commit | 591038ba4f718007cacdf7a4f58b3c375fa2ee97 (patch) | |
tree | 5ef6770eb5ba8ddcd956e8e3a86dbbe49c898384 /portal/test/js/dune | |
parent | 91e3de96fd83cfda68b3a842702f1a70cc06768d (diff) |
test(js): move portal tests to global tests
Diffstat (limited to 'portal/test/js/dune')
-rw-r--r-- | portal/test/js/dune | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/portal/test/js/dune b/portal/test/js/dune deleted file mode 100644 index b34c980..0000000 --- a/portal/test/js/dune +++ /dev/null @@ -1,14 +0,0 @@ -(test - (name websockets_hello) - (libraries portal_ws lwt js_of_ocaml) - (modes js) - (preprocess (pps js_of_ocaml-ppx)) - (deps node_modules) - (js_of_ocaml - (javascript_files polyfill.js))) - -(rule - (alias npm) - (target node_modules) - (deps package.json package-lock.json) - (action (system "npm ci"))) |