mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 20:24:51 +00:00
Better wording for the new test
This commit is contained in:
@@ -49,7 +49,7 @@ describe('run', () => {
|
||||
expect(addLabelsMock).toHaveBeenCalledTimes(0);
|
||||
});
|
||||
|
||||
it('does not add a label when no match config options match', async () => {
|
||||
it('does not add a label when the match config options are not supported', async () => {
|
||||
usingLabelerConfigYaml('not_supported.yml');
|
||||
await run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user