Skip to content

Commit

Permalink
feat: added vitest workspace file (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedr0ni authored Feb 2, 2024
1 parent 97735d6 commit 6d554e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2103,6 +2103,12 @@ export const fileIcons: FileIcons = {
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vitest.workspace.ts',
'vitest.workspace.mts',
'vitest.workspace.cts',
'vitest.workspace.js',
'vitest.workspace.mjs',
'vitest.workspace.cjs',
],
},
{ name: 'opa', fileExtensions: ['rego'] },
Expand Down

0 comments on commit 6d554e5

Please sign in to comment.