Skip to content

Commit

Permalink
Re-exported types (#30)
Browse files Browse the repository at this point in the history
* chore: Reexported types

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Jun 12, 2023
1 parent 89364ec commit 01b12cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-lamps-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codemod-utils/tests": patch
---

Reexported types
1 change: 1 addition & 0 deletions packages/tests/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export { assert, test };
export * from './tests/assert-fixture.js';
export * from './tests/convert-fixture-to-json.js';
export * from './tests/load-fixture.js';
export * from './types/index.js';

0 comments on commit 01b12cd

Please sign in to comment.