Skip to content

Commit

Permalink
Revert "Ignore constants.ts from coverage"
Browse files Browse the repository at this point in the history
This reverts commit 5d542ea.
  • Loading branch information
jacobtylerwalls committed Oct 30, 2024
1 parent 5d542ea commit 5675ebb
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 @@ -16,7 +16,6 @@ function generateConfig(): Promise<UserConfigExport> {
'**/cypress/**',
'**/.{idea,git,cache,output,temp}/**',
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*',
'arches_lingo/constants.ts',
];

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

0 comments on commit 5675ebb

Please sign in to comment.