File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/js/__tests__/components Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ describe('Test for Repository Component', function () {
4545 it ( 'Should render the Repository component' , function ( ) {
4646
4747 var repoDetails = [ {
48+ 'id' : '123' ,
4849 'repository' : {
4950 'full_name' : 'ekonstantinidis/gitify' ,
5051 'owner' : {
@@ -81,6 +82,7 @@ describe('Test for Repository Component', function () {
8182 it ( 'Should mark a repo as read - successfully' , function ( ) {
8283
8384 var repoDetails = [ {
85+ 'id' : '123' ,
8486 'repository' : {
8587 'name' : 'gitify' ,
8688 'full_name' : 'ekonstantinidis/gitify' ,
@@ -118,6 +120,7 @@ describe('Test for Repository Component', function () {
118120 it ( 'Should mark a repo as read - fail' , function ( ) {
119121
120122 var repoDetails = [ {
123+ 'id' : '123' ,
121124 'repository' : {
122125 'name' : 'gitify' ,
123126 'full_name' : 'ekonstantinidis/gitify' ,
You can’t perform that action at this time.
0 commit comments