@xpr/jest-mongo
v0.0.1
Published
Enable memory MongoDB in Jest
Downloads
1
Maintainers
Readme
jest-mongo
Jest preset for running tests with MongoDB memory server.
Usage
Install preset:
npm i -D @xpr/jest-mongo
Add the installed preset to your jest
configuration file:
module.exports = {
preset: '@xpr/jest-mongo',
...
}