nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

fix(plugin): debug option broken #117

Closed manniL closed 4 years ago

manniL commented 4 years ago

When using the http.debug option at the moment, an error is thrown because the plugin is still using axios and not http as variable. This wasn't caught due to the nature of lodash templates.

image

Maybe we should add Pim's lodash template linter here as well (if possible)?

codecov-commenter commented 4 years ago

Codecov Report

Merging #117 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #117   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files           1        1           
  Lines          71       71           
  Branches       39       39           
=======================================
  Hits           69       69           
  Misses          2        2           

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 b54e965...eedb8ee. Read the comment docs.