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