• Paul Slaughter's avatar
    Remove manual mocking of node · 0a427fba
    Paul Slaughter authored
    **Why?**
    - This is no longer needed and was replaced by
      helpers/jquery
    - We should just use the __mocks__ folder for any
      mocking of node_modules
    - This will improve performance slightly since we
      won't be manually reading this from the file
      system every time
    0a427fba
mocks_helper_spec.js 4.11 KB