Skip to content

Commit 993057c

Browse files
committed
cleanup
1 parent 988506e commit 993057c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/mergeArrays.test.ts

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ function mergeArrays(originVal: any, newVal: any): any | any[] {
1919
}
2020

2121
test('undefined object', () => {
22-
function merge(originVal: any, targetVal: any, key: any) {
23-
if (originVal !== undefined) return targetVal
24-
}
25-
2622
const origin = {
2723
pages: {
2824
aa: 'ttt',

0 commit comments

Comments
 (0)