Skip to content

Commit

Permalink
Better description for the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed Apr 13, 2023
1 parent c1b0ca7 commit 2a3422a
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 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', () => {
Expand Down

0 comments on commit 2a3422a

Please sign in to comment.