Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 7, 2023
1 parent 988506e commit 993057c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/mergeArrays.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ function mergeArrays(originVal: any, newVal: any): any | any[] {
}

test('undefined object', () => {
function merge(originVal: any, targetVal: any, key: any) {
if (originVal !== undefined) return targetVal
}

const origin = {
pages: {
aa: 'ttt',
Expand Down

0 comments on commit 993057c

Please sign in to comment.