We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6db69e commit c7c20b0Copy full SHA for c7c20b0
packages/shortest/tests/test-assertion.ts
@@ -1,5 +1,5 @@
1
import pc from "picocolors";
2
-import { test } from "../src/index";
+import { expect, test } from "../src/index";
3
4
async function testAssertions() {
5
console.log(pc.cyan("\n🧪 Testing Assertion Implementation"));
0 commit comments