Skip to content

CliPluginJestModule

@tsed/cli-plugin-jest

Usage

typescript
import { CliPluginJestModule } from "@tsed/cli-plugin-jest/src/CliPluginJestModule";

See /packages/cli-plugin-jest/src/CliPluginJestModule.ts.

Overview

ts
class CliPluginJestModule {
    protected runtimes: RuntimesModule;
    protected packageJson: ProjectPackageJson;
    $onAddPlugin(plugin: string): void;
    addScripts(): void;
    addDevDependencies(): void;
}

protected runtimes

ts
protected runtimes: RuntimesModule;

protected packageJson

ts
protected packageJson: ProjectPackageJson;

$onAddPlugin

ts
$onAddPlugin(plugin: string): void;

addScripts

ts
addScripts(): void;

addDevDependencies

ts
addDevDependencies(): void;

Released under the MIT License.