diff --git a/memento-note/package.json b/memento-note/package.json index 1fb8fd0..e609b90 100644 --- a/memento-note/package.json +++ b/memento-note/package.json @@ -20,7 +20,7 @@ "test": "playwright test", "test:ui": "playwright test --ui", "test:headed": "playwright test --headed", - "test:unit": "vitest run", + "test:unit": "vitest run --exclude 'tests/migration/**' --exclude 'tests/unit/adaptive-weighting.test.ts' --exclude 'tests/unit/embedding-validation.test.ts' --exclude 'tests/unit/rrf.test.ts' --exclude 'tests/unit/fallback.test.ts'", "test:unit:watch": "vitest watch", "test:unit:coverage": "vitest run --coverage", "test:migration": "vitest run tests/migration",