Skip to content

Commit f62ac75

Browse files
committed
chore: rm it only
1 parent 4fc65b4 commit f62ac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/markdown-generator/src/schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ describe("schema", () => {
206206
console.log(markdown);
207207
});
208208

209-
it.only("should render method", () => {
209+
it("should render method", () => {
210210
const result = renderMethod(
211211
{
212212
name: "getTeam",

0 commit comments

Comments
 (0)