Add MSW infrastructure: handlers, fixtures, request-log, and Vitest setup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -89,6 +89,7 @@ export default defineConfig(({ mode }) => {
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
setupFiles: ["./tests/setup-msw.js"],
|
||||
// reporter: ['text', 'json', 'html', 'vue'],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user