mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 04:27:34 +00:00
Update tests and build
This commit is contained in:
@@ -54,9 +54,9 @@ describe('checkAnyChangedFiles', () => {
|
||||
describe('when all globs do not match any of the files that have changed', () => {
|
||||
const globs = ['*.txt', '*.md'];
|
||||
|
||||
it('returns false', () => {
|
||||
it('returns true', () => {
|
||||
const result = checkAnyChangedFiles(changedFiles, globs);
|
||||
expect(result).toBe(false);
|
||||
expect(result).toBe(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user