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