replace jest with ava
This commit is contained in:
parent
27cc8b23fe
commit
0347b72305
11775 changed files with 84546 additions and 1440575 deletions
7
node_modules/concordance/lib/isEnumerable.js
generated
vendored
Normal file
7
node_modules/concordance/lib/isEnumerable.js
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
function isEnumerable (obj, key) {
|
||||
const desc = Object.getOwnPropertyDescriptor(obj, key)
|
||||
return desc && desc.enumerable
|
||||
}
|
||||
module.exports = isEnumerable
|
||||
Loading…
Add table
Add a link
Reference in a new issue