(test (name websockets_hello) (libraries portal_ws lwt js_of_ocaml) (modes js) (preprocess (pps js_of_ocaml-ppx)) (js_of_ocaml (javascript_files polyfill.js))) (rule (alias npm) (deps package.json package-lock.json) (action (system "npm ci")))