UNPKG

mock-property

Version:

Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.

23 lines (19 loc) 273 B
{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "id-length": 0, "max-lines-per-function": 0, "max-statements": 0, "no-extra-parens": 0, }, "overrides": [ { "files": "test/**", "rules": { "accessor-pairs": 0, }, }, ], }