Skip to content

Commit

Permalink
Add jest.e2e file names
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 26, 2020
1 parent eee52d8 commit 76b32d9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,27 @@ export const fileIcons: FileIcons = {
'gruntfile.babel.coffee'
],
},
{ name: 'jest', fileNames: ['jest.config.js', 'jest.config.ts', 'jest.config.cjs', 'jest.config.mjs', 'jest.config.json', 'jest.setup.js', 'jest.setup.ts', 'jest.json', '.jestrc', '.jestrc.js', '.jestrc.json', 'jest.teardown.js'] },
{
name: 'jest', fileNames: [
'jest.config.js',
'jest.config.ts',
'jest.config.cjs',
'jest.config.mjs',
'jest.config.json',
'jest.e2e.config.js',
'jest.e2e.config.ts',
'jest.e2e.config.cjs',
'jest.e2e.config.mjs',
'jest.e2e.config.json',
'jest.setup.js',
'jest.setup.ts',
'jest.json',
'.jestrc',
'.jestrc.js',
'.jestrc.json',
'jest.teardown.js'
]
},
{ name: 'processing', fileExtensions: ['pde'], light: true },
{ name: 'storybook', fileExtensions: ['stories.js', 'stories.jsx', 'story.js', 'story.jsx', 'stories.ts', 'stories.tsx', 'story.ts', 'story.tsx'] },
{ name: 'wepy', fileExtensions: ['wpy'] },
Expand Down

0 comments on commit 76b32d9

Please sign in to comment.