Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 541 Bytes

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