Mercurial
diff markdown_converter/tests/BUILD @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | f3084bca7317 |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/markdown_converter/tests/BUILD Mon Jan 19 18:59:10 2026 -0800 @@ -0,0 +1,13 @@ +# load("//gui_ze:gui_ze.bzl", "bun_run", "move_files_into_dir") +# +# # Test for WASM module (run with: bazel test //markdown_converter:markdown_to_html_wasm_test) +# filegroup( +# name = "all_test_files", +# srcs = ["//markdown_converter/wasm:markdown_to_html_wasm"], +# ) +# +# bun_run( +# name = "markdown_to_html_wasm_test", +# src = "test_wasm.js", +# data = [":all_test_files"], +# )