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 f94052c commit 96a59f0Copy full SHA for 96a59f0
1 file changed
…s/webapp/app/utils/computeBucket.test.ts apps/webapp/test/computeBucket.test.tsapps/webapp/app/utils/computeBucket.test.ts renamed to apps/webapp/test/computeBucket.test.ts
@@ -1,5 +1,5 @@
1
import { describe, it, expect } from "vitest";
2
-import { hashBucket } from "./computeBucket";
+import { hashBucket } from "~/utils/computeBucket";
3
4
describe("hashBucket", () => {
5
it("returns a stable value in [0, 100) for the same id", () => {
0 commit comments