This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* WARNING 01-12-2021: Vue testing library doesn't support <Suspense> see: | |
* https://github.com/testing-library/vue-testing-library/issues/230 | |
* | |
* The code below is copied from vue testing library | |
* and modified to support <Suspense>: | |
* https://github.com/testing-library/vue-testing-library/blob/main/src/render.js | |
*/ | |
import { mount, flushPromises } from '@vue/test-utils'; |