Better description for the new test

This commit is contained in:
Josh Dales
2023-04-13 15:15:10 -04:00
parent c1b0ca76ee
commit 2a3422a64e

View File

@@ -51,7 +51,7 @@ describe('checkAnyChangedFiles', () => {
});
});
describe('when all globs do match match any of the files that have changed', () => {
describe('when all globs do not match any of the files that have changed', () => {
const globs = ['*.txt', '*.md'];
it('returns false', () => {