Add Robot_JoyIt driver
This commit is contained in:
4
node_modules/jest-circus/README.md
generated
vendored
4
node_modules/jest-circus/README.md
generated
vendored
@@ -13,8 +13,8 @@ Circus is a flux-based test runner for Jest that is fast, maintainable, and simp
|
||||
|
||||
Circus allows you to bind to events via an optional event handler on any [custom environment](https://jestjs.io/docs/configuration#testenvironment-string). See the [type definitions][type-definitions] for more information on the events and state data currently available.
|
||||
|
||||
```js
|
||||
import {Event, State} from 'jest-circus';
|
||||
```ts
|
||||
import type {Event, State} from 'jest-circus';
|
||||
import {TestEnvironment as NodeEnvironment} from 'jest-environment-node';
|
||||
|
||||
class MyCustomEnvironment extends NodeEnvironment {
|
||||
|
||||
Reference in New Issue
Block a user