UNPKG

only-changed-jest-watch-plugin

Version:

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

15 lines (12 loc) 304 B
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function (v) { this._setProperty('color', parseColor(v)); }, get: function () { return this.getPropertyValue('color'); }, enumerable: true, configurable: true };