Skip to content

Commit

Permalink
fix a test name
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 20, 2021
1 parent 05ce98c commit 227f4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/esnext.typed-array.from-async.js
Expand Up @@ -3,7 +3,7 @@ import { DESCRIPTORS, GLOBAL, STRICT_THIS, TYPED_ARRAYS } from '../helpers/const

if (DESCRIPTORS) {
// we can't implement %TypedArray% in all engines, so run all tests for each typed array constructor
for (const name in TYPED_ARRAYS) QUnit.test(`${ TYPED_ARRAYS }.fromAsync`, assert => {
for (const name in TYPED_ARRAYS) QUnit.test(`%TypedArray%.fromAsync, ${ name }`, assert => {
assert.expect(26);
// eslint-disable-next-line qunit/no-async-in-loops -- safe
const async = assert.async();
Expand Down

0 comments on commit 227f4e8

Please sign in to comment.