Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticHypernova authored Jan 25, 2024
1 parent fb40933 commit 8653f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect, it, describe } from "vitest";
import { extractJSDoc } from "../src";

describe("unjsdoc", () => {
decribe("extractJSDoc", () => {
describe("extractJSDoc", () => {
it("should extract jsdoc", () => {
const jsdoc = extractJSDoc("../playground", "hasJSDoc");
expect(jsdoc[0]).toMatchSnapshot(`
Expand Down

0 comments on commit 8653f12

Please sign in to comment.