linol/thirdparty/lsp/ocaml-lsp-server/test/run_test_e2e.ml

6 lines
138 B
OCaml

let () =
let cmd =
Filename.quote_command "yarn" [ "--cwd"; "ocaml-lsp-server/test/e2e"; "test" ]
in
Sys.command cmd |> exit
;;