UNPKG

only-changed-jest-watch-plugin

Version:

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

11 lines (9 loc) 523 B
'use strict'; module.exports = { IsPropertyDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10', IsAccessorDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10.1', IsDataDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10.2', IsGenericDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10.3', FromPropertyDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10.4', ToPropertyDescriptor: 'https://ecma-international.org/ecma-262/5.1/#sec-8.10.5' };