mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
Better wording for the new test
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
label:
|
label:
|
||||||
- unknown-check: 'this-check-is-not-supported'
|
- unknown: 'this-is-not-supported'
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ describe('run', () => {
|
|||||||
expect(addLabelsMock).toHaveBeenCalledTimes(0);
|
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');
|
usingLabelerConfigYaml('not_supported.yml');
|
||||||
await run();
|
await run();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user