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) 311 B
'use strict'; var parseNumber = require('../parsers').parseNumber; module.exports.definition = { set: function (v) { this._setProperty('opacity', parseNumber(v)); }, get: function () { return this.getPropertyValue('opacity'); }, enumerable: true, configurable: true };