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