dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
213 stars 19 forks source link

Add https before script path URLs so tests work locally #26

Closed macintoshhelper closed 7 years ago

macintoshhelper commented 7 years ago

This makes the tests work locally, since with //, file:// is used instead of https, for remote URLs.

References #25

codecov[bot] commented 7 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   95.34%   95.34%           
=======================================
  Files           1        1           
  Lines          43       43           
=======================================
  Hits           41       41           
  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 09e7bf6...d9f1b85. Read the comment docs.