Better test description

This commit is contained in:
Josh Dales
2023-05-05 09:02:53 -04:00
parent 9488def29a
commit 3aa0d436e5

View File

@@ -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', () => {