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