Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 0ddc2f3

Browse files
BjørnBjørn
authored andcommitted
Missing semicolon in text test
1 parent dcf3a00 commit 0ddc2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/detect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ describe("Codecov", function(){
2121

2222
expect(detect().commit).to.match(/^\w{40}$/);
2323
expect(detect().commit).to.eql(execSync("git rev-parse HEAD || hg id -i --debug | tr -d '+'").toString().trim());
24-
})
24+
});
2525
});

0 commit comments

Comments
 (0)