Skip to content

Commit e43b231

Browse files
committed
Update them_dir files in test
1 parent 2c0b3f8 commit e43b231

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/theme/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ mod tests {
227227
"highlight.css",
228228
"ayu-highlight.css",
229229
"clipboard.min.js",
230+
"iframe.html",
231+
"wasm-entry.mjs",
230232
];
231233

232234
let temp = TempFileBuilder::new().prefix("mdbook-").tempdir().unwrap();

tests/init.rs

+2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ fn copy_theme() {
123123
"favicon.svg",
124124
"highlight.css",
125125
"highlight.js",
126+
"iframe.html",
126127
"index.hbs",
128+
"wasm-entry.mjs",
127129
];
128130
let theme_dir = temp.path().join("theme");
129131
let mut actual: Vec<_> = walkdir::WalkDir::new(&theme_dir)

0 commit comments

Comments
 (0)