這篇筆記下撰寫單元測試遇上含有 <Teleport> 屬性的 Vue3 元件,可以使用的測試方法。
內容
Stub 方法
在 mount 該元件的時候,將 global.stubs.teleport 設定為 true。此外別忘記載入這個 Teleport 中有用到的其他 Component,要寫在 global.components
參考資料
1. How to test teleport, if subcomponents not a vue component
按讚加入粉絲團點數旅行 留學 信用卡 程式學習
這篇筆記下撰寫單元測試遇上含有 <Teleport> 屬性的 Vue3 元件,可以使用的測試方法。
在 mount 該元件的時候,將 global.stubs.teleport 設定為 true。此外別忘記載入這個 Teleport 中有用到的其他 Component,要寫在 global.components
1. How to test teleport, if subcomponents not a vue component
按讚加入粉絲團