Skip to content

Commit 15787f5

Browse files
author
Emmanouil Konstantinidis
committed
Remove key warnings from tests
1 parent ca686f2 commit 15787f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/js/__tests__/components/repository.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)