You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following validation warnings when I try to use jest-mongodb:
● Validation Warning:
Unknown option "mongodbMemoryServerOptions" with value {"autoStart": false, "binary": {"skipMD5": true, "version": "4.0.3"}, "instance": {}} was found.
This is probably a typing mistake. Fixing it will remove this message.
Configuration Documentation:
https://jestjs.io/docs/configuration
● Validation Warning:
Unknown option "mongoURLEnvName" with value "MONGO_URI" was found.
This is probably a typing mistake. Fixing it will remove this message.
Configuration Documentation:
https://jestjs.io/docs/configuration
here's the jest config I'm using which seems to work because it made the globalConfig.json file upon first usage:
I'm getting the following validation warnings when I try to use
jest-mongodb
:here's the jest config I'm using which seems to work because it made the
globalConfig.json
file upon first usage:I'm starting jest with the following npm script:
How can I configure jest or
jest-mongodb
correctly such that I don't get the above validation warnings?The text was updated successfully, but these errors were encountered: