[筆記] Jest Vue3 測試含有 Teleport 的元件

這篇筆記下撰寫單元測試遇上含有 <Teleport> 屬性的 Vue3 元件,可以使用的測試方法。

jest logo


內容

Stub 方法

在 mount 該元件的時候,將 global.stubs.teleport 設定為 true。此外別忘記載入這個 Teleport 中有用到的其他 Component,要寫在 global.components


參考資料

1. How to test teleport, if subcomponents not a vue component

按讚加入粉絲團

延伸閱讀