Skip to content

Commit c7c20b0

Browse files
committed
update test assertion file to use proper import for jestExpect
1 parent f6db69e commit c7c20b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shortest/tests/test-assertion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pc from "picocolors";
2-
import { test } from "../src/index";
2+
import { expect, test } from "../src/index";
33

44
async function testAssertions() {
55
console.log(pc.cyan("\n🧪 Testing Assertion Implementation"));

0 commit comments

Comments
 (0)