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 995af20 commit 4e0173fCopy full SHA for 4e0173f
tests/unit-global/es.typed-array.at.js
@@ -1,6 +1,6 @@
1
import { DESCRIPTORS, TYPED_ARRAYS } from '../helpers/constants.js';
2
3
-if (DESCRIPTORS) QUnit.test('%TypedArrayPrototype%.indexOf', assert => {
+if (DESCRIPTORS) QUnit.test('%TypedArrayPrototype%.at', assert => {
4
// we can't implement %TypedArrayPrototype% in all engines, so run all tests for each typed array constructor
5
for (const { name, TypedArray } of TYPED_ARRAYS) {
6
const { at } = TypedArray.prototype;
0 commit comments