Created ShortUrlsRow test

This commit is contained in:
Alejandro Celaya
2019-01-13 09:49:02 +01:00
parent 1aa1d29d97
commit 30b4cb4068
7 changed files with 120 additions and 18 deletions

View File

@@ -10,9 +10,10 @@ export const LIST_SHORT_URLS = 'shlink/shortUrlsList/LIST_SHORT_URLS';
/* eslint-enable padding-line-between-statements, newline-after-var */
export const shortUrlType = PropTypes.shape({
tags: PropTypes.arrayOf(PropTypes.string),
shortCode: PropTypes.string,
originalUrl: PropTypes.string,
shortUrl: PropTypes.string,
longUrl: PropTypes.string,
tags: PropTypes.arrayOf(PropTypes.string),
});
const initialState = {