Skip to content

Commit 1449fe6

Browse files
committed
fix a typo
1 parent 219b688 commit 1449fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commonjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ for (PATH of ['core-js-pure', 'core-js']) {
16661666
load(`${ key }/date/set-year`)(date, 1);
16671667
ok(date.getFullYear() === 1901);
16681668
ok(load(`${ key }/date/to-gmt-string`)(date) === date.toUTCString());
1669-
ok(typeof load(`${ key }/string/dot-all`) === 'function');
1669+
ok(typeof load(`${ key }/regexp/dot-all`) === 'function');
16701670
ok(load(`${ key }/string/substr`)('12345', 1, 3) === '234');
16711671
ok(load(`${ key }/string/virtual/substr`).call('12345', 1, 3) === '234');
16721672
ok(load(`${ key }/escape`)('!q2ф') === '%21q2%u0444');

0 commit comments

Comments
 (0)