Skip to content

Commit

Permalink
yesy: remove unused import file
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Mar 7, 2023
1 parent 58c1269 commit e1c116a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/checkTemplate.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { expect, test } from "vitest";
import checkTemplateDummy from "./checkTemplate";
import defaultAttrAllowList from "./defaultAttrAllowList";

const checkTemplate = (opts: any) => checkTemplateDummy(opts, true);

Expand Down

0 comments on commit e1c116a

Please sign in to comment.