Skip to content

Commit

Permalink
[Tests] increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 21, 2023
1 parent 7a504ab commit 0c408e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var extend = require('../lib/extend');
var extend = require('../');
var test = require('tape');
var isDate = require('is-date-object');
var assign = require('object.assign');
Expand Down

0 comments on commit 0c408e6

Please sign in to comment.