Skip to content

Commit

Permalink
use msw for server mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Nov 26, 2023
1 parent 998bc85 commit cfd4766
Show file tree
Hide file tree
Showing 10 changed files with 856 additions and 781 deletions.
65 changes: 0 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"ember-cli-github-pages": "^0.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-data": "~5.3.0",
"ember-decorators": "^6.1.1",
Expand Down Expand Up @@ -110,5 +109,8 @@
"volta": {
"node": "18.18.2"
},
"private": true
}
"private": true,
"msw": {
"workerDirectory": "public"
}
}
Loading

0 comments on commit cfd4766

Please sign in to comment.