mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
wip: unit test fixes continued
This commit is contained in:
@@ -24,8 +24,8 @@ describe('startsWith and endsWith', () => {
|
||||
|
||||
expect(func(string, 'b', Object(position))).toBe(true);
|
||||
expect(
|
||||
func(string, 'b', { toString: lodashStable.constant(String(position)) }),
|
||||
).toBeTruthy();
|
||||
func(string, 'b', { toString: lodashStable.constant(String(position)) })
|
||||
).toBe(true);
|
||||
});
|
||||
|
||||
it('should return `true` when `target` is an empty string regardless of `position`', () => {
|
||||
|
||||
Reference in New Issue
Block a user