feat: shop detection from URL + vitest setup
This commit is contained in:
10
vitest.config.ts
Normal file
10
vitest.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import path from 'node:path'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
include: ['tests/**/*.test.ts'],
|
||||
},
|
||||
resolve: { alias: { '@': path.resolve(__dirname, './src') } },
|
||||
})
|
||||
Reference in New Issue
Block a user