feat(vitest-config): Add type annotation to config function
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export const srcTestFolderConfig = function (baseUrl: string) {
|
||||
import { ViteUserConfig } from 'vitest/config'
|
||||
|
||||
export const srcTestFolderConfig = function (baseUrl: string): ViteUserConfig {
|
||||
return {
|
||||
test: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user