Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Merge d40599a into 8564490
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrserious authored Nov 8, 2018
2 parents 8564490 + d40599a commit 1542492
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 156 deletions.
9 changes: 9 additions & 0 deletions mockdata/ratingMockData.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const ratingWithValidData = {
rating: 3,
userId: 1
};

export const ratingWithInvalidData = {
rating: 'hahaha',
userId: 1
};
Loading

0 comments on commit 1542492

Please sign in to comment.