Skip to content

Commit

Permalink
Update jsdoc.spec.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus S. Abildskov <[email protected]>
  • Loading branch information
marcus-sa authored Oct 2, 2023
1 parent 3575be3 commit 8f0fb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/type/tests/jsdoc.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from '@jest/globals';
import { TypeEnum } from '../src/reflection/type.js';
import { ReflectionClass, ReflectionMethod, ReflectionFunction, typeOf } from '../src/reflection/reflection.js';
import { TypeEnum } from '../src/lib/reflection/type.js';
import { ReflectionClass, ReflectionMethod, ReflectionFunction, typeOf } from '../src/lib/reflection/reflection.js';

test('description available on Interface and Type alias', () => {
/** @description user interface */
Expand Down

0 comments on commit 8f0fb7b

Please sign in to comment.