Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
Deyan Totev committed Nov 20, 2023
1 parent 1ab0121 commit a429e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mapParallelAsync.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test('error', async () => {
await mapParallelAsync(fn, [ 1, 2, 3 ])
willFailAssertion()
} catch (err){
expect(err.message).toBe(`Expected property name or '}' in JSON at position 1`)
expect(err.message).toBeTruthy()
}
})

Expand Down

0 comments on commit a429e3d

Please sign in to comment.