소스 검색

test(runtime-vapor): organize directives

[skip release]
三咲智子 Kevin Deng 2 년 전
부모
커밋
cb3dfc61ad
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/runtime-vapor/__tests__/directives/vShow.spec.ts

+ 2 - 2
packages/runtime-vapor/__tests__/vShow.spec.ts → packages/runtime-vapor/__tests__/directives/vShow.spec.ts

@@ -1,7 +1,7 @@
-import { children, on, template, vShow, withDirectives } from '../src'
+import { children, on, template, vShow, withDirectives } from '../../src'
 import { nextTick, ref } from 'vue'
 import { describe, expect, test } from 'vitest'
-import { makeRender } from './_utils'
+import { makeRender } from '../_utils'
 
 const define = makeRender()