Skip to content

Commit

Permalink
Better test description
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed May 5, 2023
1 parent 9488def commit 3aa0d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/changedFiles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 3aa0d43

Please sign in to comment.