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 1c6b74d commit ebf5ad8Copy full SHA for ebf5ad8
1 file changed
tests/src/tests/command/compute-command-score.test.ts
@@ -1,4 +1,5 @@
1
import { computeCommandScore } from "bits-ui";
2
+import { expect, it, describe } from "vitest";
3
4
describe("computeCommandScore", () => {
5
it("returns 1 for exact matches", () => {
0 commit comments