Skip to content

Commit 96a59f0

Browse files
committed
test(webapp): move hashBucket test into test/ so vitest includes it
1 parent f94052c commit 96a59f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/utils/computeBucket.test.ts renamed to apps/webapp/test/computeBucket.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect } from "vitest";
2-
import { hashBucket } from "./computeBucket";
2+
import { hashBucket } from "~/utils/computeBucket";
33

44
describe("hashBucket", () => {
55
it("returns a stable value in [0, 100) for the same id", () => {

0 commit comments

Comments
 (0)