monolith/src/tests/html/mod.rs

11 lines
188 B
Rust
Raw Normal View History

2020-07-14 08:58:29 +02:00
mod add_favicon;
2020-06-26 22:19:44 +02:00
mod csp;
mod embed_srcset;
2020-03-23 03:08:41 +01:00
mod get_node_name;
2020-07-14 08:58:29 +02:00
mod has_favicon;
mod has_proper_integrity;
2020-03-23 03:08:41 +01:00
mod is_icon;
2020-06-26 00:23:56 +02:00
mod metadata_tag;
2020-03-23 03:08:41 +01:00
mod stringify_document;
mod walk_and_embed_assets;