mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
wip: migrate to bun
This commit is contained in:
9
test/forEachRight.spec.ts
Normal file
9
test/forEachRight.spec.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import assert from 'node:assert';
|
||||
import eachRight from '../src/eachRight';
|
||||
import forEachRight from '../src/forEachRight';
|
||||
|
||||
describe('forEachRight', () => {
|
||||
it('should be aliased', () => {
|
||||
assert.strictEqual(eachRight, forEachRight);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user