Skip to content

Commit c833693

Browse files
committed
rename some missed tests files
1 parent f562bc0 commit c833693

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/pure/esnext.array.at.js renamed to tests/pure/es.array.at.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { STRICT } from '../helpers/constants';
22

3-
import at from 'core-js-pure/features/array/at';
3+
import at from 'core-js-pure/es/array/at';
44

55
QUnit.test('Array#at', assert => {
66
assert.isFunction(at);

tests/pure/esnext.string.at-alternative.js renamed to tests/pure/es.string.at-alternative.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// TODO: disabled by default because of the conflict with another proposal
22
import { STRICT } from '../helpers/constants';
33

4-
import at from 'core-js-pure/features/string/at';
5-
import Symbol from 'core-js-pure/features/symbol';
4+
import at from 'core-js-pure/es/string/at';
5+
import Symbol from 'core-js-pure/es/symbol';
66

77
QUnit.skip('String#at', assert => {
88
assert.isFunction(at);

0 commit comments

Comments
 (0)