micromata / http-fake-backend

Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
MIT License
311 stars 22 forks source link

Using Yarn #2

Closed mischah closed 7 years ago

mischah commented 7 years ago
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 6964830e582d8c961889f7ffe757073c0439d771 on yarn into 67775831258fce007161efdce9efa8249f363809 on master.

mischah commented 7 years ago

@krnlde @revrng

No Problems with optional dependencies on Debian with installing from the lock file:

$ yarn install
yarn install v0.15.1
[1/4] Resolving packages...
[2/4] Fetching packages...
warning fsevents@1.0.14: The platform "linux" is incompatible with this module.
info "fsevents@1.0.14" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.

See https://travis-ci.org/micromata/http-fake-backend/jobs/167455330#L183-L184 for the whole log.

krnlde commented 7 years ago

Great news!