2.8.9 • Published 8 years ago
jest-preset-jolt v2.8.9
jest-preset-jolt
Default jest configuration for jolt packages.
Getting Started
Install jest-preset-jolt using yarn:
yarn add --dev jest-preset-joltUsage
Add the package as a preset for your jest configuration. In your package.json:
"jest": {
"preset": "jest-preset-jolt"
}NOTE If you have a custom jest config and you override setupTestFrameworkScriptFile in your config, you'll have to import the preset's setup function at the top of your setupTestFrameworkScriptFile file:
import 'jest-preset-jolt/setup';2.8.9
8 years ago
2.8.8
8 years ago
2.8.7
8 years ago
2.8.6
8 years ago
2.8.5
8 years ago
2.8.4
8 years ago
2.8.3
8 years ago
2.8.2
8 years ago
2.8.1
8 years ago
2.7.8
8 years ago
2.7.2
8 years ago
2.7.1
8 years ago
2.7.0
8 years ago
2.6.5
8 years ago
2.6.1
8 years ago
2.6.0
8 years ago
2.5.0
8 years ago
2.4.0
8 years ago
2.3.1
8 years ago
2.0.0
8 years ago
1.3.2
8 years ago
1.3.0
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago