mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 23:13:22 +00:00
fix: Update expectation
This commit is contained in:
@@ -67,7 +67,7 @@ func TestIsIgnored(t *testing.T) {
|
|||||||
{"subdir/file.log", true},
|
{"subdir/file.log", true},
|
||||||
{"subdir/file.txt", false},
|
{"subdir/file.txt", false},
|
||||||
{".git/config", true},
|
{".git/config", true},
|
||||||
{"src/.git/config", true},
|
{"src/.git/config", false},
|
||||||
{"vendor/package/file.go", true},
|
{"vendor/package/file.go", true},
|
||||||
{"internal/vendor/file.go", false},
|
{"internal/vendor/file.go", false},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user