Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit d29fadb

Browse files
committed
chore(scripts/generate): ♻️ Improve test template
1 parent cfb31d8 commit d29fadb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { returns, throws } from "@terminal-nerds/snippets-test/unit";
2-
import { describe, expect, it } from "vitest";
2+
import { describe, it } from "vitest";
33

44
import {} from "./{{ kebabCase moduleName }}.ts";
55

6-
describe("", () => {
7-
it(``, () => {
6+
describe(``, () => {
7+
it(``, ({ expect }) => {
88
expect();
99
});
1010
});

0 commit comments

Comments
 (0)