mirror of
https://github.com/actions/labeler
synced 2026-05-13 15:51:09 +02: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'];
|
const globs = ['*.txt', '*.md'];
|
||||||
|
|
||||||
it('returns true', () => {
|
it('returns true', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user