Skip to content

Commit

Permalink
cleanup vitest configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vardanbansal-harness committed Feb 28, 2025
1 parent d011eca commit f9c2988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions apps/gitness/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export default mergeConfig(viteConfig, {
// functions: 80,
// statements: 80
// }
},
deps: {
include: ['@harnessio/ui']
}
}
})
3 changes: 1 addition & 2 deletions packages/ui/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export default mergeConfig(viteConfig, {
alias: {
// monaco editor doesn't have a proper ESM export marked up in their
// package file, so we need to resolve it manually
'monaco-editor': './config/resolve-monaco',
'@': path.resolve(__dirname, './src')
'monaco-editor': './config/resolve-monaco'
}
}
})

0 comments on commit f9c2988

Please sign in to comment.