Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Aug 1, 2023
1 parent 03820e7 commit a37ca35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/tsx/foo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type FooString = string

export { type FooString }
1 change: 1 addition & 0 deletions test/unit/tsx/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ function Tsx() {
}

export default Tsx
export { type FooString } from './foo'

0 comments on commit a37ca35

Please sign in to comment.