Skip to content

Commit 0a2ee4a

Browse files
lalaluneclaude
andcommitted
fix(app-core): use vitest import in smartglasses-registry test
bun:test is not available in the vitest/Node.js CI environment. All other tests in packages/app-core use vitest. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6b43b05 commit 0a2ee4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-core/src/registry/smartglasses-registry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it } from "bun:test";
1+
import { describe, expect, it } from "vitest";
22
import { readFileSync } from "node:fs";
33
import { join } from "node:path";
44
import { loadRegistryFromRawEntries } from "./loader";

0 commit comments

Comments
 (0)