Skip to content

Commit ed50107

Browse files
authored
chore: fix tests
1 parent ffe02d4 commit ed50107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import hello from ".";
1+
import { hello } from ".";
22

33
test("hello world!", () => {
44
expect(hello("world")).toBe("hello world!");

0 commit comments

Comments
 (0)