0.1.0 • Published 2 years ago

@biostamp/jest-preset v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

biostamp-jest-preset

Biostamp Jest preset that runs both jest-mongo preset and jest-redis preset

Usage

1. Installation

$ yarn add @biostamp/jest-preset

Create a jest.config.js file

module.exports = {
	preset: '@biostamp/jest-preset',
}

3. Customizations

  • For details about the jest-mongo configurations, visit: @shelf/jest-mongo
  • For details about the jest-redis configurations, visit: jest-redis