Skip to content

Commit 4e0173f

Browse files
committed
fix a test name
1 parent 995af20 commit 4e0173f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-global/es.typed-array.at.js

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

3-
if (DESCRIPTORS) QUnit.test('%TypedArrayPrototype%.indexOf', assert => {
3+
if (DESCRIPTORS) QUnit.test('%TypedArrayPrototype%.at', assert => {
44
// we can't implement %TypedArrayPrototype% in all engines, so run all tests for each typed array constructor
55
for (const { name, TypedArray } of TYPED_ARRAYS) {
66
const { at } = TypedArray.prototype;

0 commit comments

Comments
 (0)