mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
wip: code formatting nits continued
This commit is contained in:
8
test/assignInWith.spec.js
Normal file
8
test/assignInWith.spec.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import extendWith from '../src/extendWith';
|
||||
import assignInWith from '../src/assignInWith';
|
||||
|
||||
describe('assignInWith', () => {
|
||||
it('should be aliased', () => {
|
||||
expect(extendWith).toBe(assignInWith);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user