0.1.0 • Published 7 years ago
jest-nock-vcr v0.1.0
jest-nock-vcr
Installation
yarn add jest-nock-vcr --devGetting started
- Configure Jest in
package.json:
{
"jest": {
"testRunner": "jest-nock-vcr",
"watchPathIgnorePatterns": [
"__recordings__"
]
}
}- Run your tests to start recording!
0.1.0
7 years ago