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