Skip to content

Commit

Permalink
Merge pull request #358 from AgentEnder/test/negative-groups
Browse files Browse the repository at this point in the history
test: add spec for negative groups
  • Loading branch information
mrmlnc authored May 31, 2022
2 parents 1f82afb + ee1256b commit f58b8d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Empty file.
9 changes: 9 additions & 0 deletions src/tests/smoke/regular.smoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,12 @@ smoke.suite('Smoke → Regular (relative & ignore)', [
{ pattern: '../{first,second}', cwd: 'fixtures/first', ignore: '../first/**' },
{ pattern: '../{first,second}', cwd: 'fixtures/first', ignore: '**/first/**' }
]);

smoke.suite('Smoke -> Regular (negative group)', [
{
pattern: '**/!(*.md)',
cwd: 'fixtures/first',
broken: true,
issue: 357
}
])

0 comments on commit f58b8d5

Please sign in to comment.