Skip to content

Commit

Permalink
[Tests] use for-each instead of foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 7, 2022
1 parent 028abc0 commit f68b771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"es6-shim": "^0.35.6",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"foreach": "^2.0.5",
"for-each": "^0.3.3",
"functions-have-names": "^1.2.2",
"mock-property": "^1.0.0",
"nyc": "^10.3.2",
Expand Down
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var forEach = require('foreach');
var forEach = require('for-each');
var has = Object.prototype.hasOwnProperty;
var assign = require('object.assign');
var define = require('define-properties');
Expand Down

0 comments on commit f68b771

Please sign in to comment.