diff options
| author | Bobby <[email protected]> | 2026-04-22 07:32:01 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 07:32:01 +0530 |
| commit | 9f807f7e2d2d3711e2ca90cb3984234eef832ad4 (patch) | |
| tree | 431fce4f1340b7e6b9dde252070850ce662d0b16 /tests/unit/utils/assert.test.ts | |
| parent | 176e6a175b48a110c97476707388af931f8f7a7a (diff) | |
| download | hollowdark-9f807f7e2d2d3711e2ca90cb3984234eef832ad4.tar.xz hollowdark-9f807f7e2d2d3711e2ca90cb3984234eef832ad4.zip | |
Switch cross-module imports to @hollowdark/* scoped alias
Diffstat (limited to 'tests/unit/utils/assert.test.ts')
| -rw-r--r-- | tests/unit/utils/assert.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils/assert.test.ts b/tests/unit/utils/assert.test.ts index c1fc02d..d0dbae6 100644 --- a/tests/unit/utils/assert.test.ts +++ b/tests/unit/utils/assert.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test } from 'vitest' -import { assert, assertDefined, assertNever } from 'utils/assert' +import { assert, assertDefined, assertNever } from '@hollowdark/utils/assert' describe('assert', () => { test('passes on truthy condition', () => { |
