chore:little fixes and formating and linting and patches
This commit is contained in:
@@ -3,7 +3,9 @@ import { defineConfig } from 'vitest/config';
|
||||
|
||||
export const getSharedVitestConfig = ({
|
||||
__dirname: dirname,
|
||||
}: { __dirname: string }) => {
|
||||
}: {
|
||||
__dirname: string;
|
||||
}) => {
|
||||
return defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user