Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mock for CSS-files #3590

Closed
wants to merge 1 commit into from
Closed

Use mock for CSS-files #3590

wants to merge 1 commit into from

Commits on Dec 13, 2017

  1. Use mock for CSS-files

    **Summary:**
    
    Missing CSS files cause failing tests, this is problematic when using a
    preprocessor such as SASS.
    
    **Test plan:**
    
    1. Create a project
    2. Delete `src/App.css`.
    3. Run `yarn test`.
    
    Verify the test passes and does not fail with a `Cannot find module
    './App.css' from 'App.js'`-error.
    clentfort committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    6a03ae3 View commit details
    Browse the repository at this point in the history