mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
seperate css file for mobile layout
This commit is contained in:
@@ -102,8 +102,8 @@ mod tests {
|
||||
#[test]
|
||||
fn filemap_works() {
|
||||
let files = super::FileMap::new();
|
||||
let css = files.get("./static-assets/bundle/main.css").unwrap();
|
||||
let css = files.get("./static-assets/bundle/bundle.css").unwrap();
|
||||
println!("{}", css);
|
||||
assert!(css.contains("/static/bundle/main"));
|
||||
assert!(css.contains("/static/bundle/bundle"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user