UNPKG

@nx-plugins/testing-library

Version:

The Nx Plugin for Testing Library that contains executors and generators for allowing your workspace to use powerful Testing Library testing capabilities.

26 lines (25 loc) 561 B
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "$id": "Init", "title": "", "type": "object", "properties": { "skipPackageJson": { "type": "boolean", "description": "Do not add dependencies to package.json" }, "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false }, "preset": { "type": "string", "enum": ["none", "react", "vue"], "description": "Define the framework to use", "default": "none" } }, "required": [] }