We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e42f13 commit 036870aCopy full SHA for 036870a
tests/index.ts
@@ -1,6 +1,6 @@
1
import Ship from "lib/models/ships/model.ship";
2
import { is } from "uvu/assert";
3
-import { suite, uvu } from "uvu";
+import { suite } from "uvu";
4
5
const $: uvu.Test<Record<string, any>> = suite("sample test");
6
0 commit comments