mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-23 09:55:57 +03:00
seperate css file for mobile layout
This commit is contained in:
parent
80352fb390
commit
32e46586e4
1 changed files with 2 additions and 2 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue