ollixx

Results 4 comments of 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 ![image](https://github.com/Thorium-Sim/thorium-nova/assets/2682483/a28b7a2f-70e1-4a9b-a105-6543fccae33f) - 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, {});...