node_modules/mocha/mocha.js 1 location
|
@@ 7409-7409 (lines=1) @@
|
7406 |
|
} |
7407 |
|
} |
7408 |
|
}, |
7409 |
|
/*istanbul ignore start*/ /*istanbul ignore end*/pushComponent: function pushComponent(components, added, removed) { |
7410 |
|
var last = components[components.length - 1]; |
7411 |
|
if (last && last.added === added && last.removed === removed) { |
7412 |
|
// We need to clone here as the component clone operation is just |
node_modules/diff/lib/diff/base.js 1 location
|
@@ 123-123 (lines=1) @@
|
120 |
|
} |
121 |
|
} |
122 |
|
}, |
123 |
|
/*istanbul ignore start*/ /*istanbul ignore end*/pushComponent: function pushComponent(components, added, removed) { |
124 |
|
var last = components[components.length - 1]; |
125 |
|
if (last && last.added === added && last.removed === removed) { |
126 |
|
// We need to clone here as the component clone operation is just |