FAC10 / week5-jajascript

Never miss a train leaving from Bethnal Green again
https://week5-jajascript-bethnal-green.herokuapp.com/
5 stars 1 forks source link

Change module.exports to export single functions instead of objects #75

Closed joeylouise closed 7 years ago

joeylouise commented 7 years ago

Change module.exports statements so that we are exporting single functions and not objects, as we are only exporting one function per file Ensure this change is reflected wherever these functions are referred to Relates #62 #65

codecov-io commented 7 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   95.52%   95.52%           
=======================================
  Files           4        4           
  Lines          67       67           
=======================================
  Hits           64       64           
  Misses          3        3
Impacted Files Coverage Δ
src/tflLogic.js 94.73% <100%> (ø) :arrow_up:
src/tflAPI.js 87.5% <100%> (ø) :arrow_up:
src/handler.js 100% <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 fca41de...22d1b0d. Read the comment docs.