Skip to content

Commit

Permalink
Revert not-really-motivated vitest config change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 19, 2024
1 parent f954fdd commit deadabc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function generateConfig(): Promise<UserConfigExport> {
'**/themes/**',
'**/.{idea,git,cache,output,temp}/**',
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*',
'arches_references/constants.ts',
];

const rawData = fs.readFileSync(path.join(__dirname, '.frontend-configuration-settings.json'), 'utf-8');
Expand Down

0 comments on commit deadabc

Please sign in to comment.