added unit testing, and started implementing unit tests...phew
This commit is contained in:
8
node_modules/object.getownpropertydescriptors/test/.eslintrc
generated
vendored
Normal file
8
node_modules/object.getownpropertydescriptors/test/.eslintrc
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"rules": {
|
||||
"max-nested-callbacks": [2, 3],
|
||||
"max-statements": [2, 15],
|
||||
"max-statements-per-line": [2, { "max": 2 }],
|
||||
"no-invalid-this": [1]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user