Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmbase committed Sep 15, 2017
1 parent 811a097 commit e5a0976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('redux integration', () => {

if (nextProps.first === 2) {
if (nextProps.data.loading) { return; }
expect(nextProps.data.allPeople).toEqual(data2.allPeople);
expect(nextProps.data.allPeople.people).toContain(data2.allPeople.people);
done();
}

Expand Down

0 comments on commit e5a0976

Please sign in to comment.