Add failing test for #234

* Change .gitignore to support IntellJ IDEs
* Change .gitignore to specify that node_modules and coverage are folders
* Modify supports-color mock to allow export override
* Add failing test showing that enabled does not work
This commit is contained in:
Chris Harwood 2017-12-15 17:11:31 -05:00
parent 84f27d4bd8
commit 9756f160ba
No known key found for this signature in database
GPG key ID: 5AFFD5BBAA5A3B05
3 changed files with 30 additions and 13 deletions

5
.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules
.idea/
node_modules/
coverage/
yarn.lock
coverage
.nyc_output