* 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
5 lines
53 B
Text
5 lines
53 B
Text
.idea/
|
|
node_modules/
|
|
coverage/
|
|
yarn.lock
|
|
.nyc_output
|