Skip to content

Commit

Permalink
Add extra test case to selectMany task to prevent tricky solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
aorgish committed Mar 20, 2016
1 parent c829120 commit e79ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/04-arrays-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ describe('04-arrays-tasks', function() {
}
].forEach(data => {
var actual = tasks.selectMany(data.arr, data.childrenSelector);
assert.deepEqual(
assert.deepStrictEqual(
data.expected,
actual
);
Expand Down

0 comments on commit e79ca72

Please sign in to comment.