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/assignIn.spec.js
Normal file
8
test/assignIn.spec.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import extend from '../src/extend';
|
||||
import assignIn from '../src/assignIn';
|
||||
|
||||
describe('assignIn', () => {
|
||||
it('should be aliased', () => {
|
||||
expect(extend).toBe(assignIn);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user