Skip to content

Commit

Permalink
feat(icon): add cjs and mjs extensions for .mocharc
Browse files Browse the repository at this point in the history
Closes #3478
  • Loading branch information
remcohaszing committed Apr 18, 2024
1 parent 673d2e0 commit 0ab354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconsManifest/supportedExtensions.ts
Expand Up @@ -2945,7 +2945,7 @@ export const extensions: IFileCollection = {
icon: 'mocha',
extensions: ['mocha.opts'],
filenamesGlob: ['.mocharc'],
extensionsGlob: ['js', 'json', 'jsonc', 'yaml', 'yml'],
extensionsGlob: ['cjs', 'js', 'json', 'jsonc', 'mjs', 'yaml', 'yml'],
filename: true,
format: FileFormat.svg,
},
Expand Down

0 comments on commit 0ab354f

Please sign in to comment.