diff --git a/__tests__/changedFiles.test.ts b/__tests__/changedFiles.test.ts index 1cd40690..a72e115a 100644 --- a/__tests__/changedFiles.test.ts +++ b/__tests__/changedFiles.test.ts @@ -51,7 +51,7 @@ describe('checkAnyChangedFiles', () => { }); }); - describe('when all globs do not match any of the files that have changed', () => { + describe('when any glob matches any of the files that have changed', () => { const globs = ['*.txt', '*.md']; it('returns true', () => {