This plugin automatically instruments the jest module.

interface jest {
    enabled?: boolean;
    service?: any;
}

Hierarchy

  • Integration
    • jest

Properties

Properties

enabled?: boolean

Whether to enable the plugin.

Default

true
service?: any

The service name to be used for this plugin.

Generated using TypeDoc