We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0514e78 commit 5fb5fd6Copy full SHA for 5fb5fd6
1 file changed
backends/src/ts/mocha/mod.rs
@@ -281,7 +281,9 @@ impl ParseLow for Mocha {
281
.into_iter()
282
.filter_entry(|entry| {
283
let path = entry.path();
284
- !path.is_file() || path.extension() == Some(OsStr::new("ts"))
+ !path.is_file()
285
+ || path.extension() == Some(OsStr::new("js"))
286
+ || path.extension() == Some(OsStr::new("ts"))
287
}),
288
)
289
}
0 commit comments