Skip to content

Commit

Permalink
Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Jan 30, 2024
1 parent 2235d92 commit 4691b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/test/type-gen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ describe('Generate docs from Typescript', () => {
}),
);

console.log(process.cwd(), file, result);

expect(JSON.stringify(result, null, 2)).toMatchFileSnapshot(
'./fixtures/test.output.json',
);
Expand Down

0 comments on commit 4691b3d

Please sign in to comment.