mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Use picomatch + impl followups from #48
This commit is contained in:
parent
550eb4925d
commit
b4eabb6049
7 changed files with 48 additions and 2072 deletions
|
@ -166,7 +166,7 @@ describe('matching specific change status', () => {
|
|||
expect(match.addOrModify).toEqual(files)
|
||||
})
|
||||
|
||||
test.only('matches when using an anchor', () => {
|
||||
test('matches when using an anchor', () => {
|
||||
const yaml = `
|
||||
shared: &shared
|
||||
- common/**/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue