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:
parent
84f27d4bd8
commit
9756f160ba
3 changed files with 30 additions and 13 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
node_modules
|
||||
.idea/
|
||||
node_modules/
|
||||
coverage/
|
||||
yarn.lock
|
||||
coverage
|
||||
.nyc_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue