테스트 스위트에서 Jest + Nuxt + Nuxt-Fire가 실패함 Nuxt와 Nuxt-Fire를 함께 사용하고 있습니다(https://github.com/lupas/nuxt-fire) 테스트를 시작할 때 이 오류가 표시됩니다.[Vue warn]: Error in config.errorHandler: "TypeError: Cannot read property 'ref' of undefined" 이 문제는 내 앱의 이 섹션 때문에 발생합니다. mounted() { this.initiate(window.instaroomId) let connected = this.$fireDb.ref(".info/connected") this.getConnection(connected) }, 이렇게 생겼어요.$fireDb는..