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