meeshkan / unmock-js

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

Preparation for browser support #348

Closed ksaaskil closed 4 years ago

ksaaskil commented 4 years ago

First steps to get unmock running in browser and React Native.

NOTE: unmock-browser does not yet work in browser, at least json-schema-ref-parser used by unmock-core depends on Node.js stuff

^^But I'd rather work on fixing that once the packages are in-place.

codecov-io commented 4 years ago

Codecov Report

Merging #348 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #348   +/-   ##
=======================================
  Coverage   80.95%   80.95%           
=======================================
  Files          52       52           
  Lines        2347     2347           
  Branches      577      577           
=======================================
  Hits         1900     1900           
  Misses        447      447
Impacted Files Coverage Δ
packages/openapi-refinements/src/index.ts 73.73% <100%> (ø) :arrow_up:
packages/unmock-core/src/generator.ts 87.64% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c4a32ab...0300924. Read the comment docs.