Skip to content

Commit

Permalink
rename some missed tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 2, 2021
1 parent f562bc0 commit c833693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { STRICT } from '../helpers/constants';

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

QUnit.test('Array#at', assert => {
assert.isFunction(at);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// TODO: disabled by default because of the conflict with another proposal
import { STRICT } from '../helpers/constants';

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';

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

0 comments on commit c833693

Please sign in to comment.