Skip to content

Commit

Permalink
use one namespace for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 22, 2022
1 parent c949d92 commit 89537e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Promise from 'core-js-pure/es/promise';
import ITERATOR from 'core-js-pure/full/symbol/iterator';
import ASYNC_ITERATOR from 'core-js-pure/full/symbol/async-iterator';
import ITERATOR from 'core-js-pure/es/symbol/iterator';
import ASYNC_ITERATOR from 'core-js-pure/es/symbol/async-iterator';

export function is(a, b) {
// eslint-disable-next-line no-self-compare -- NaN check
Expand Down

0 comments on commit 89537e1

Please sign in to comment.