diff --git a/src/description.test.js b/src/description.test.js index 70bfa18..271449f 100644 --- a/src/description.test.js +++ b/src/description.test.js @@ -27,6 +27,7 @@ each( { input: arrayWithProps, reason: 'ignoredArrayProperty' }, { input: () => {}, reason: 'ignoredFunction' }, { + // eslint-disable-next-line fp/no-mutating-methods input: Object.defineProperty({}, 'prop', { value: true, enumerable: false, @@ -85,6 +86,7 @@ test.serial('Returns error name and message', (t) => { each( [ { + // eslint-disable-next-line fp/no-mutating-methods input: Object.defineProperty({}, 'prop', { value: true, enumerable: true, @@ -94,6 +96,7 @@ each( reason: 'descriptorNotWritable', }, { + // eslint-disable-next-line fp/no-mutating-methods input: Object.defineProperty({}, 'prop', { value: true, enumerable: true,