mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
Better description for the new test
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user