Fix the new test
This commit is contained in:
parent
cafeba103b
commit
d3ce82e82c
2 changed files with 35 additions and 19 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue