Move shlink-frontend-kit tests to its own dir

This commit is contained in:
Alejandro Celaya
2023-08-02 08:15:50 +02:00
parent 99ce8c9f74
commit b7d57a53f2
17 changed files with 43 additions and 32 deletions

View File

@@ -36,6 +36,7 @@ export default defineConfig({
include: [
'src/**/*.{ts,tsx}',
'shlink-web-component/**/*.{ts,tsx}',
'shlink-frontend-kit/**/*.{ts,tsx}',
'!src/*.{ts,tsx}',
'!src/reducers/index.ts',
'!src/**/provideServices.ts',