Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update step-26-mock-server-configuration-typescript-3e1c64f.md (#154)
The config method is a static method, which means it's a property of the class itself, not an instance of the class. We can access it using MockServer.config instead of mockServer.config.
- Loading branch information