README
jest-nock-vcr
Installation
yarn add jest-nock-vcr --dev
Getting started
- Configure Jest in
package.json
:
{
"jest": {
"testRunner": "jest-nock-vcr",
"watchPathIgnorePatterns": [
"__recordings__"
]
}
}
- Run your tests to start recording!