Skip to content

Commit

Permalink
adds .mocharc icons
Browse files Browse the repository at this point in the history
  • Loading branch information
yuric18 committed May 9, 2019
1 parent 74eace3 commit 9e8dab0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,16 @@ export const fileIcons: FileIcons = {
},
{ name: 'watchman', fileNames: ['.watchmanconfig'] },
{ name: 'aurelia', fileNames: ['aurelia.json'] },
{ name: 'mocha', fileNames: ['mocha.opts'] },
{
name: 'mocha',
fileNames: [
'mocha.opts',
'.mocharc.yml',
'.mocharc.yaml',
'.mocharc.json',
'.mocharc.jsonc'
]
},
{ name: 'jenkins', fileNames: ['jenkinsfile'] },
{ name: 'firebase', fileNames: ['firebase.json', '.firebaserc'] },
{
Expand Down

0 comments on commit 9e8dab0

Please sign in to comment.