Skip to content

Commit

Permalink
docs(readme): fix typo (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun authored and gregberge committed Jun 28, 2018
1 parent d06f58f commit cda5a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-dev-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = async function globalSetup() {

```js
// global-teardown.js
const { setup: teardownDevServer } = require('jest-dev-server')
const { teardown: teardownDevServer } = require('jest-dev-server')

module.exports = async function globalTeardown() {
await teardownDevServer()
Expand Down

0 comments on commit cda5a30

Please sign in to comment.