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