This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Will this play nicely with jest? #8
Open
Description
First of all--thank you SO much. I've been hoping one of the core Vue members would backport script setup to Vue 2.
The only adoption concern I have left after reading the readme is whether this will break my jest tests. I guess it wouldn't be too hard for me to write a basic jest transform using the JavaScript API. But I wasn't sure whether that would play nicely with vue-jest
. Any thoughts on this.