mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 04:27:34 +00:00
Fix typo in test caption
This commit is contained in:
@@ -34,7 +34,7 @@ describe("checkGlobs", () => {
|
|||||||
expect(result).toBeFalsy();
|
expect(result).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("returns false for a file starting with dot if `dot` option is true", () => {
|
it("returns true for a file starting with dot if `dot` option is true", () => {
|
||||||
const changedFiles = [".foo.txt"];
|
const changedFiles = [".foo.txt"];
|
||||||
const result = checkGlobs(changedFiles, matchConfig, true);
|
const result = checkGlobs(changedFiles, matchConfig, true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user