ollixx
ollixx
first part of the issue needs some RTFM: like documented, you need to import `@vue/composition-api` and `vue-demi` the missing templates remain a problem. it's also a duplicate: https://github.com/DanSnow/vue-recaptcha/issues/766
Here is a short summary of our discussion on discord as far as the requirements for this ticket are concerned  - There should be 2 entries in the ship...
I started working on this issue
this works for me: ``` javascript describe('test using mongo-mock', () => { var db, client; beforeAll(async () => { var mongoUrl = process.env.MONGODB_URL || 'mongodb://localhost:27017/myproject'; client = await mongoClient.connect(mongoUrl, {});...