diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-11-25 12:36:15 +0100 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-11-25 12:36:15 +0100 |
commit | 53173e52b151537ad8510da5e7802f342d24a372 (patch) | |
tree | d904053e6679d0a89db7affa8a9b20f160a26d65 /tests/test_utils/mod.rs | |
parent | 7f06d55d84db512cc9b1eee0ef23db2d7bf30214 (diff) | |
download | markdown-rs-53173e52b151537ad8510da5e7802f342d24a372.tar.gz markdown-rs-53173e52b151537ad8510da5e7802f342d24a372.tar.bz2 markdown-rs-53173e52b151537ad8510da5e7802f342d24a372.zip |
Remove unneeded tests
Diffstat (limited to 'tests/test_utils/mod.rs')
-rw-r--r-- | tests/test_utils/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_utils/mod.rs b/tests/test_utils/mod.rs index de203c1..00b4e4e 100644 --- a/tests/test_utils/mod.rs +++ b/tests/test_utils/mod.rs @@ -1,8 +1,2 @@ -pub mod hast; -pub mod hast_util_to_swc; -pub mod mdast_util_to_hast; -pub mod mdx; -pub mod mdx_plugin_recma_document; -pub mod mdx_plugin_recma_jsx_rewrite; pub mod swc; pub mod swc_utils; |