Skip to content

Commit

Permalink
test: remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jan 23, 2021
1 parent 3ee729f commit 5e302aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,15 +677,6 @@ test('Falsey properties should be mergeable', function(t) {
t.end()
})

test('should not mutate options', function(t) {
var options = {}

merge({}, {}, options)

t.deepEqual(options, {})
t.end()
})

test('With clone: false, merge should not clone the target root', t => {
const destination = {}
const output = merge(destination, {
Expand Down

0 comments on commit 5e302aa

Please sign in to comment.