Copying from #769 to implement mock service worker

This commit is contained in:
Keith Stevens
2023-01-28 20:09:04 +09:00
parent b2eb94962c
commit 2e1abd3f69
6 changed files with 1682 additions and 2 deletions
+5
View File
@@ -95,9 +95,14 @@
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"msw": "^0.49.3",
"msw-storybook-addon": "^1.7.0",
"prettier": "2.8.1",
"prisma": "^4.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"msw": {
"workerDirectory": "public"
}
}