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 () {
45
45
it ( 'Should render the Repository component' , function ( ) {
46
46
47
47
var repoDetails = [ {
48
+ 'id' : '123' ,
48
49
'repository' : {
49
50
'full_name' : 'ekonstantinidis/gitify' ,
50
51
'owner' : {
@@ -81,6 +82,7 @@ describe('Test for Repository Component', function () {
81
82
it ( 'Should mark a repo as read - successfully' , function ( ) {
82
83
83
84
var repoDetails = [ {
85
+ 'id' : '123' ,
84
86
'repository' : {
85
87
'name' : 'gitify' ,
86
88
'full_name' : 'ekonstantinidis/gitify' ,
@@ -118,6 +120,7 @@ describe('Test for Repository Component', function () {
118
120
it ( 'Should mark a repo as read - fail' , function ( ) {
119
121
120
122
var repoDetails = [ {
123
+ 'id' : '123' ,
121
124
'repository' : {
122
125
'name' : 'gitify' ,
123
126
'full_name' : 'ekonstantinidis/gitify' ,
You can’t perform that action at this time.
0 commit comments