UNPKG

only-changed-jest-watch-plugin

Version:

Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules

18 lines (17 loc) 550 B
{ "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://raw.githubusercontent.com/epoberezkin/ajv/master/lib/refs/$data.json#", "description": "Meta-schema for $data reference (JSON-schema extension proposal)", "type": "object", "required": [ "$data" ], "properties": { "$data": { "type": "string", "anyOf": [ { "format": "relative-json-pointer" }, { "format": "json-pointer" } ] } }, "additionalProperties": false }