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