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