mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Fixing forEach test
This commit is contained in:
@@ -54,7 +54,7 @@ describe('utils::forEach', function () {
|
|||||||
var data = Object.create(null);
|
var data = Object.create(null);
|
||||||
data.foo = 'bar'
|
data.foo = 'bar'
|
||||||
|
|
||||||
forEach(function () {}, function () {
|
forEach(data, function () {
|
||||||
count++;
|
count++;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user