Skip to content

Commit 138b3f2

Browse files
committed
[Tests] use for-each instead of foreach
1 parent 0d7da87 commit 138b3f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"core-js": "^3.26.0",
5050
"eclint": "^2.8.1",
5151
"eslint": "=8.8.0",
52-
"foreach": "^2.0.6",
52+
"for-each": "^0.3.3",
5353
"in-publish": "^2.0.1",
5454
"nyc": "^10.3.2",
5555
"safe-publish-latest": "^2.0.0",

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var hasToStringTag = require('has-tostringtag/shams')();
4-
var forEach = require('foreach');
4+
var forEach = require('for-each');
55
var test = require('tape');
66
var isRegex = require('..');
77

0 commit comments

Comments
 (0)