We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe02d4 commit ed50107Copy full SHA for ed50107
src/index.spec.ts
@@ -1,4 +1,4 @@
1
-import hello from ".";
+import { hello } from ".";
2
3
test("hello world!", () => {
4
expect(hello("world")).toBe("hello world!");
0 commit comments