Skip to content

Commit

Permalink
fix: missing require in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Nov 5, 2024
1 parent 3057e23 commit f335218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ You can seamlessly integrate MockServer with other helpers like REST or Playwrig
helpers: {
REST: {...},
MockServer: {
require: '@codeceptjs/msw-mock-server',
// default mock server config
port: 9393,
host: 'mock-service.test',
Expand Down

0 comments on commit f335218

Please sign in to comment.