0.0.1 • Published 5 years ago
@xpr/jest-mongo v0.0.1
jest-mongo
Jest preset for running tests with MongoDB memory server.
Usage
Install preset:
npm i -D @xpr/jest-mongoAdd the installed preset to your jest configuration file:
module.exports = {
preset: '@xpr/jest-mongo',
...
}0.0.1
5 years ago