Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Dec 31, 2019
1 parent fbd4502 commit 4849a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validateTitle.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beforeAll(async (done) => {
done.fail(err);
}
done();
})
});

it('detects valid PR titles', async () => {
const inputs = [
Expand Down

0 comments on commit 4849a27

Please sign in to comment.