mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
Fix typo in test caption
This commit is contained in:
@@ -34,7 +34,7 @@ describe("checkGlobs", () => {
|
||||
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 result = checkGlobs(changedFiles, matchConfig, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user