diff --git a/tests/FINAL_IMPROVEMENT_SUMMARY.md b/tests/FINAL_IMPROVEMENT_SUMMARY.md index b49aaf6..0fb52e4 100644 --- a/tests/FINAL_IMPROVEMENT_SUMMARY.md +++ b/tests/FINAL_IMPROVEMENT_SUMMARY.md @@ -244,8 +244,8 @@ test('medication card handles user interactions', () => { 1. **Visual Regression Testing** ```bash - npm install --save-dev @playwright/test - # Add screenshot comparison tests + npm install --save-dev jest-image-snapshot + # Add screenshot comparison tests with Jest ``` 2. **Performance Testing** diff --git a/tsconfig.json b/tsconfig.json index 266fa00..1c64a0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "types": ["node", "jest", "@playwright/test"], + "types": ["node", "jest"], "moduleResolution": "bundler", "isolatedModules": true, "moduleDetection": "force",