updeep-remeda/test/index.js

10 lines
241 B
JavaScript

'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.');
});
});