chore: add msw package to intercept requests and mock responces

This commit is contained in:
Ilia Mashkov
2026-03-16 18:45:57 +03:00
parent a98a9c2c79
commit 7cf8d463f6
3 changed files with 718 additions and 5 deletions

View File

@@ -36,9 +36,15 @@
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"jsdom": "^29.0.0",
"msw": "^2.12.11",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1",
"vitest": "^4.1.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}