'use strict'; import assert from 'assert'; import updeep from '../lib'; describe('updeep', function () { it('should have unit test!', function () { assert(false, 'we expected this package author to add actual unit tests.'); }); });