UNPKG

@nx/jest

Version:

The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.

20 lines (19 loc) 698 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxJestConvertToInferred", "description": "Convert existing Jest project(s) using `@nx/jest:jest` executor to use `@nx/jest/plugin`.", "title": "Convert Jest project from executor to plugin", "type": "object", "properties": { "project": { "type": "string", "description": "The project to convert from using the `@nx/jest:jest` executor to use `@nx/jest/plugin`. If not provided, all projects using the `@nx/jest:jest` executor will be converted.", "x-priority": "important" }, "skipFormat": { "type": "boolean", "description": "Whether to format files.", "default": false } } }