Skip to content

Commit

Permalink
chore: fix NodeEnvironment import in README.md (#8933)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi authored and SimenB committed Sep 9, 2019
1 parent 0935f7c commit 70df308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-circus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Circus is a flux-based test runner for Jest that is fast, easy to maintain, and
Circus allows you to bind to events via an optional event handler on any [custom environment](https://jestjs.io/docs/en/configuration#testenvironment-string). See the [type definitions](https://github.com/facebook/jest/blob/master/packages/jest-circus/src/types.ts) for more information on the events and state data currently available.

```js
import {NodeEnvironment} from 'jest-environment-node';
import NodeEnvironment from 'jest-environment-node';
import {Event, State} from 'jest-circus';

class MyCustomEnvironment extends NodeEnvironment {
Expand Down

0 comments on commit 70df308

Please sign in to comment.