Zaista / cypress-mongodb

Cypress MongoDB plugin
MIT License
17 stars 8 forks source link

fix: task receives pipeline argument, not document #4

Closed PabloRamirezDev closed 2 years ago

PabloRamirezDev commented 2 years ago

Task related to insertOne command was receiving a document argument instead of pipeline, which caused errors.

Fixes #3