We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47875ff commit 8778561Copy full SHA for 8778561
core/tests/runtime/hash.test.ts
@@ -1,5 +1,5 @@
1
import { describe, expect, it } from "vitest";
2
-import { hashStringSync, hashObjectSync } from "../../runtime/utils.js";
+import { hashStringSync, hashObjectSync } from "@fireproof/core-runtime";
3
4
describe("Hash functions", () => {
5
describe("hashStringSync", () => {
0 commit comments