Skip to content

Commit

Permalink
[Add] Cypress file name "cypress.config.js" in fileIcon.ts (#1579)
Browse files Browse the repository at this point in the history
- Add missing js extension in Cypress fileNames
- Reference "https://docs.cypress.io/guides/references/migration-guide#Configuration-File-Changes"
  • Loading branch information
saseungmin authored Jun 28, 2022
1 parent c565464 commit f7ebd63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,12 @@ export const fileIcons: FileIcons = {
{ name: 'rome', fileNames: ['rome.json'] },
{
name: 'cypress',
fileNames: ['cypress.json', 'cypress.env.json', 'cypress.config.ts'],
fileNames: [
'cypress.json',
'cypress.env.json',
'cypress.config.ts',
'cypress.config.js',
],
},
{ name: 'siyuan', fileExtensions: ['sy'] },
{ name: 'ndst', fileExtensions: ['ndst.yml', 'ndst.yaml', 'ndst.json'] },
Expand Down

0 comments on commit f7ebd63

Please sign in to comment.