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 f562bc0 commit c833693Copy full SHA for c833693
tests/pure/esnext.array.at.js renamed to tests/pure/es.array.at.js
@@ -1,6 +1,6 @@
1
import { STRICT } from '../helpers/constants';
2
3
-import at from 'core-js-pure/features/array/at';
+import at from 'core-js-pure/es/array/at';
4
5
QUnit.test('Array#at', assert => {
6
assert.isFunction(at);
tests/pure/esnext.string.at-alternative.js renamed to tests/pure/es.string.at-alternative.js
@@ -1,8 +1,8 @@
// TODO: disabled by default because of the conflict with another proposal
-import at from 'core-js-pure/features/string/at';
-import Symbol from 'core-js-pure/features/symbol';
+import at from 'core-js-pure/es/string/at';
+import Symbol from 'core-js-pure/es/symbol';
7
QUnit.skip('String#at', assert => {
8
0 commit comments