Skip to content

Commit

Permalink
本文にファイル名を合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Oct 24, 2023
1 parent bc3004a commit 20ef202
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import preset from "../preset";
import preset from "../my-preset";
import { extractClassNames } from "../extractClassNames";

const input = `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { describe, test, expect } from "vitest";

import preset from "../preset";
import preset from "../my-preset";
import { extractClassNames } from "../extractClassNames";

const input = `
Expand Down

0 comments on commit 20ef202

Please sign in to comment.