Skip to content

Commit 036870a

Browse files
committed
fix deploy issues
1 parent 7e42f13 commit 036870a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Ship from "lib/models/ships/model.ship";
22
import { is } from "uvu/assert";
3-
import { suite, uvu } from "uvu";
3+
import { suite } from "uvu";
44

55
const $: uvu.Test<Record<string, any>> = suite("sample test");
66

0 commit comments

Comments
 (0)