istanbuljs / test-exclude

test for inclusion or exclusion of paths using globs
ISC License
8 stars 12 forks source link

fix: switch lodash.assign to object-assign #16

Closed bcoe closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 96b1756fd39cd821efbb2e61c1bd57a0adea6730 on lodash.assign.remove into dae5ceb1d33e7f4555286013f197b865ae746a28 on master.

rgbkrk commented 8 years ago

lodash.assign is deprecated in favor of using Object.assign.

The object-assign package also detects buggy property enumeration order in older V8 versions.

bcoe commented 8 years ago

@JaKXz thought of it as a fix, mainly because I see a noisy deprecation notice as a bug 👍