Skip to content

Commit

Permalink
test: enable jsoo
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Sep 30, 2024
1 parent c6de103 commit d03c095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
};
devShells.default = pkgs.mkShell {
inputsFrom = pkgs.lib.attrValues packages;
buildInputs = with pkgs.ocamlPackages; [ ocaml-lsp core_bench pkgs.ocamlformat_0_26_2 ];
buildInputs = with pkgs.ocamlPackages; [ ocaml-lsp core_bench pkgs.ocamlformat_0_26_2 js_of_ocaml pkgs.nodejs-slim ];
};
});
}
3 changes: 2 additions & 1 deletion lib_test/expect/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
(inline_tests
(modes native js))
(preprocess
(pps ppx_expect)))

Expand Down

0 comments on commit d03c095

Please sign in to comment.