mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
Fix typo in throttle test.
This commit is contained in:
@@ -7677,7 +7677,7 @@
|
||||
|
||||
setTimeout(function() {
|
||||
var result = [throttled('x'), throttled('y')];
|
||||
notEqual(result[0], 'x');
|
||||
notEqual(result[0], 'a');
|
||||
notStrictEqual(result[0], undefined);
|
||||
|
||||
notEqual(result[1], 'y');
|
||||
|
||||
Reference in New Issue
Block a user