We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219b688 commit 1449fe6Copy full SHA for 1449fe6
tests/commonjs.js
@@ -1666,7 +1666,7 @@ for (PATH of ['core-js-pure', 'core-js']) {
1666
load(`${ key }/date/set-year`)(date, 1);
1667
ok(date.getFullYear() === 1901);
1668
ok(load(`${ key }/date/to-gmt-string`)(date) === date.toUTCString());
1669
- ok(typeof load(`${ key }/string/dot-all`) === 'function');
+ ok(typeof load(`${ key }/regexp/dot-all`) === 'function');
1670
ok(load(`${ key }/string/substr`)('12345', 1, 3) === '234');
1671
ok(load(`${ key }/string/virtual/substr`).call('12345', 1, 3) === '234');
1672
ok(load(`${ key }/escape`)('!q2ф') === '%21q2%u0444');
0 commit comments