meeshkan / unmock-js

Fuzz test your REST API calls
https://unmock.io
93 stars 8 forks source link

Replace jestRunner with unmock-jest-runner #391

Closed carolstran closed 4 years ago

carolstran commented 4 years ago

Things got too messy in #388, so I closed that and started over in a new branch 💣

This PR does the same: Removes jestRunner.ts from unmock-runner package in exchange for the new unmock-jest-runner package.

Part of #299.