Mercurial
view markdown_converter/tests/BUILD @ 161:87d8d3eb3491
[PostDog] WIP to make it more mordern looking
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 15 Jan 2026 08:29:26 -0800 |
| parents | cd35e600ae34 |
| children | f3084bca7317 |
line wrap: on
line source
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"], )