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