Fix the new test

This commit is contained in:
Kirill Bulatov 2023-11-15 18:37:15 +02:00
parent cafeba103b
commit d3ce82e82c
2 changed files with 35 additions and 19 deletions

View file

@ -935,10 +935,9 @@ async fn test_ignore_exclusions(cx: &mut TestAppContext) {
&[
"src/foo/foo.rs",
"src/foo/another.rs",
// TODO kb
// "node_modules/.DS_Store",
// "src/.DS_Store",
// ".DS_Store",
"node_modules/.DS_Store",
"src/.DS_Store",
".DS_Store",
],
&["target/index", "node_modules/prettier/package.json"],
&["src/lib.rs", "src/bar/bar.rs", ".gitignore"],