Skip to content

Commit ec0f8cf

Browse files
aslakhellesoymattbaileyuk
authored andcommitted
Better test name
1 parent e53b83c commit ec0f8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/async-function.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ describe('Handle chained functions that end in promises', function() {
177177

178178
});
179179

180-
describe('Async array', function() {
181-
it('should revaluate array items', async function() {
180+
describe('Array with Promise items', function() {
181+
it('should await each item', async function() {
182182
var data = {
183183
list: [Promise.resolve({name: 'hello'})]
184184
};

0 commit comments

Comments
 (0)