Created by: clentfort
Summary:
Missing CSS files cause failing tests, this is problematic when using a preprocessor such as SASS.
Test plan:
- Create a project
- Delete
src/App.css
. - Run
yarn test
.
Verify the test passes and does not fail with a Cannot find module './App.css' from 'App.js'
-error.