seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Change import paths to be relative #57

Closed jonseitz closed 4 years ago

jonseitz commented 4 years ago

Something weird happened with my auto-importing and those modules were loaded from the non-relative paths. I'm not sure why it did that and honestly I'm a little surprised it even worked in the mark-one stuff. I'll need to look into that and potentially see if that's something that CI could catch for us.

fixes seas-computing/course-planner#191

codecov[bot] commented 4 years ago

Codecov Report

Merging #57 into develop will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          373       373           
  Branches        37        37           
=========================================
  Hits           373       373           
Impacted Files Coverage Δ
src/Modals/ModalHeader.tsx 100.00% <100.00%> (ø)

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 ed6d0a8...32d9950. Read the comment docs.