Skip to content

Commit

Permalink
Update them_dir files in test
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric committed Apr 15, 2021
1 parent 2c0b3f8 commit e43b231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ mod tests {
"highlight.css",
"ayu-highlight.css",
"clipboard.min.js",
"iframe.html",
"wasm-entry.mjs",
];

let temp = TempFileBuilder::new().prefix("mdbook-").tempdir().unwrap();
Expand Down
2 changes: 2 additions & 0 deletions tests/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ fn copy_theme() {
"favicon.svg",
"highlight.css",
"highlight.js",
"iframe.html",
"index.hbs",
"wasm-entry.mjs",
];
let theme_dir = temp.path().join("theme");
let mut actual: Vec<_> = walkdir::WalkDir::new(&theme_dir)
Expand Down

0 comments on commit e43b231

Please sign in to comment.