You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
Type of issue
Missing Flow type definitions
Description
src/mock-context.jshas low Flow type coverage due to missing type definitions fornode-mocks-http.Current behavior
Low Flow coverage
Expected behavior
100% Flow coverage
Steps to reproduce
npm install -g flow-coverage-reportflow-coverage-report -i 'src/**/*.js' -i 'src/**/*.jsx' -x 'src/test/**' -t html -t json -t text --threshold 90Your environment
fusion-test-utils version: v1.0.2
Node.js version (
node --version): v8.10.0npm version (
npm --version): v5.8.0Operating System: macOS High SIerra v10.13.3