Skip to content

Commit

Permalink
chore: move files into correct test block
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 1, 2023
1 parent 5d4c3c6 commit 4e2607a
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -455,11 +455,11 @@ describe('resolveType', () => {
})

describe('external type imports', () => {
const files = {
'/foo.ts': 'export type P = { foo: number }',
'/bar.d.ts': 'type X = { bar: string }; export { X as Y }'
}
test('relative ts', () => {
const files = {
'/foo.ts': 'export type P = { foo: number }',
'/bar.d.ts': 'type X = { bar: string }; export { X as Y }'
}
const { props, deps } = resolve(
`
import { P } from './foo'
Expand Down

0 comments on commit 4e2607a

Please sign in to comment.