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 c562ea2 commit d9f30da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"covert": "^1.1.1",
"eclint": "^2.8.1",
"eslint": "=8.8.0",
"foreach": "^2.0.5",
"for-each": "^0.3.3",
"has": "^1.0.3",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
Expand Down
2 changes: 1 addition & 1 deletion test/tests.js
Expand Up @@ -4,7 +4,7 @@ var has = require('has');
var inspect = require('object-inspect');
var supportsDescriptors = require('define-properties').supportsDescriptors;

var forEach = require('foreach');
var forEach = require('for-each');
var availableFlags = require('available-regexp-flags');
var regexProperties = require('available-regexp-flags/properties');

Expand Down

0 comments on commit d9f30da

Please sign in to comment.