Skip to content

Commit 414ad34

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

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
@@ -124,6 +124,8 @@ fn copy_theme() {
124124
"highlight.css",
125125
"highlight.js",
126126
"index.hbs",
127+
"iframe.html",
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)