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