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 Oct 27, 2022
1 parent fc9f319 commit 7229df0
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 @@ -44,7 +44,7 @@
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"foreach": "^2.0.6",
"for-each": "^0.3.3",
"nyc": "^10.3.2",
"object-inspect": "^1.12.2",
"safe-publish-latest": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var test = require('tape');
var inspect = require('object-inspect');
var forEach = require('foreach');
var forEach = require('for-each');

var SLOT = require('../');

Expand Down

0 comments on commit 7229df0

Please sign in to comment.