-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added css module related config to Test.js (#76)
Prior to this fix running the tests for components created w/ css modules and css preprocessors (less, s(a|c)ss, stylus) would fail because the loader was configured to be the null-loader for these file types. As a result, the style object required by css modules would resolve to `undefined`, which in turn lets tests on these components fail with a 'CSS Module is undefined' error. Additionally: - fixed eslint warnings on Base.js - moved webpack from devDependencies to dependencies
- Loading branch information
Showing
3 changed files
with
66 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters