Mercurial
comparison markdown_converter/tests/BUILD @ 156:cd35e600ae34
[MarkDown Converter] Fixed few things and made a test
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 12 Jan 2026 15:20:39 -0800 |
| parents | |
| children | f3084bca7317 |
comparison
equal
deleted
inserted
replaced
| 155:3bb45eb67906 | 156:cd35e600ae34 |
|---|---|
| 1 load("//gui_ze:gui_ze.bzl", "bun_run", "move_files_into_dir") | |
| 2 | |
| 3 # Test for WASM module (run with: bazel test //markdown_converter:markdown_to_html_wasm_test) | |
| 4 filegroup( | |
| 5 name = "all_test_files", | |
| 6 srcs = ["//markdown_converter/wasm:markdown_to_html_wasm"], | |
| 7 ) | |
| 8 | |
| 9 bun_run( | |
| 10 name = "markdown_to_html_wasm_test", | |
| 11 src = "test_wasm.js", | |
| 12 data = [":all_test_files"], | |
| 13 ) |