Skip to content

Commit 4e2607a

Browse files
committed
chore: move files into correct test block
1 parent 5d4c3c6 commit 4e2607a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/compiler-sfc/__tests__/compileScript/resolveType.spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,11 @@ describe('resolveType', () => {
455455
})
456456

457457
describe('external type imports', () => {
458-
const files = {
459-
'/foo.ts': 'export type P = { foo: number }',
460-
'/bar.d.ts': 'type X = { bar: string }; export { X as Y }'
461-
}
462458
test('relative ts', () => {
459+
const files = {
460+
'/foo.ts': 'export type P = { foo: number }',
461+
'/bar.d.ts': 'type X = { bar: string }; export { X as Y }'
462+
}
463463
const { props, deps } = resolve(
464464
`
465465
import { P } from './foo'

0 commit comments

Comments
 (0)