UNPKG

only-changed-jest-watch-plugin

Version:

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

30 lines (29 loc) 459 B
{ "$id": "content.json#", "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "required": [ "size", "mimeType" ], "properties": { "size": { "type": "integer" }, "compression": { "type": "integer" }, "mimeType": { "type": "string" }, "text": { "type": "string" }, "encoding": { "type": "string" }, "comment": { "type": "string" } } }