aboutsummaryrefslogtreecommitdiff
path: root/tests/determinism
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-04-22 07:32:01 +0530
committerBobby <[email protected]>2026-04-22 07:32:01 +0530
commit9f807f7e2d2d3711e2ca90cb3984234eef832ad4 (patch)
tree431fce4f1340b7e6b9dde252070850ce662d0b16 /tests/determinism
parent176e6a175b48a110c97476707388af931f8f7a7a (diff)
downloadhollowdark-9f807f7e2d2d3711e2ca90cb3984234eef832ad4.tar.xz
hollowdark-9f807f7e2d2d3711e2ca90cb3984234eef832ad4.zip
Switch cross-module imports to @hollowdark/* scoped alias
Diffstat (limited to 'tests/determinism')
-rw-r--r--tests/determinism/rng.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/determinism/rng.test.ts b/tests/determinism/rng.test.ts
index ee41716..91e720b 100644
--- a/tests/determinism/rng.test.ts
+++ b/tests/determinism/rng.test.ts
@@ -1,5 +1,5 @@
import { describe, expect, test } from 'vitest'
-import { createRNG, deriveSeed, hashString } from 'rng'
+import { createRNG, deriveSeed, hashString } from '@hollowdark/rng'
describe('hashString', () => {
test('is deterministic', () => {