Skip to content

Commit

Permalink
Ignore constants.ts from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Oct 30, 2024
1 parent f44b22e commit 5d542ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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 5d542ea

Please sign in to comment.