We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f153a48 + faf8b86 commit 03c8dd8Copy full SHA for 03c8dd8
src/lint.test.ts
@@ -7,7 +7,7 @@ import { context } from "@actions/github";
7
import * as core from "@actions/core";
8
import { beforeEach, afterEach, describe, expect, it, vi } from "vitest";
9
10
-describe("getConvetionalCommitTypes tests", () => {
+describe("getConventionalCommitTypes tests", () => {
11
it("should return types", () => {
12
const types = getConventionalCommitTypes();
13
0 commit comments