Skip to content

Commit e043263

Browse files
istanbul ignore added :O
1 parent 1b4489f commit e043263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/object.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function deepAssign(target: any, ...sources: any[]): any {
1515
.getOwnPropertyNames(source)
1616
.forEach(key => assign(key, target, source))
1717
;
18+
/* istanbul ignore next */
1819
if (Object.getOwnPropertySymbols) {
1920
Object
2021
.getOwnPropertySymbols(source)

0 commit comments

Comments
 (0)