Skip to content

Commit edfbbff

Browse files
committed
test(pocket): item article test use preview data
1 parent f80bc46 commit edfbbff

File tree

10 files changed

+397
-17
lines changed

10 files changed

+397
-17
lines changed

clients/pocket/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"target": "ES2017"
2424
},
25-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "eslint.config.mjs"],
25+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
2626
"exclude": ["node_modules"]
2727
}

clients/web/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"store": ["src/store.js"]
1818
}
1919
},
20-
"include": ["**/*.js", "**/*.ts", "**/*.tsx", "eslint.config.mjs"]
20+
"include": ["**/*.js", "**/*.ts", "**/*.tsx"]
2121
}

common/mock-data/in-state/itemsById.json

+16
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"publisher": "Slate",
99
"timeToRead": 16,
1010
"title": "Why American Kids Grow Up Hating Exercise",
11+
"source": "POCKET_PARSER",
1112
"url": "https://slate.com/human-interest/2022/09/history-physical-education-kids-sports-inclusive-exercise.html"
1213
},
1314
"test-collection": {
@@ -24,6 +25,7 @@
2425
"publisher": "Pocket",
2526
"timeToRead": null,
2627
"title": "13 Delicious Sandwich Recipes",
28+
"source": "POCKET_PARSER",
2729
"url": "https://getpocket.com/collections/13-delicious-sandwich-recipes"
2830
},
2931
"test-is-video": {
@@ -40,6 +42,7 @@
4042
"publisher": "YouTube",
4143
"timeToRead": null,
4244
"title": "THE BEST PUMPKIN PIE RECIPE WITH CLAIRE SAFFITZ | DESSERT PERSON",
45+
"source": "POCKET_PARSER",
4346
"url": "http://www.youtube.com/watch?v=vT4Kk9v3B5Y"
4447
},
4548
"test-long-data": {
@@ -52,6 +55,7 @@
5255
"publisher": "NASA - National Aueronautics and Space Administration",
5356
"timeToRead": null,
5457
"title": "NASA’s Webb Sheds Light on Galaxy Evolution, Black Holes - NASA In an enormous new image, NASA’s James Webb Space Telescope reveals never-before-seen details of galaxy group “Stephan’s Quintet”",
58+
"source": "POCKET_PARSER",
5559
"url": "https://www.nasa.gov/image-feature/goddard/2022/nasa-s-webb-sheds-light-on-galaxy-evolution-black-holes"
5660
},
5761
"test-long-title": {
@@ -68,6 +72,7 @@
6872
"publisher": "Inc. Magazine",
6973
"timeToRead": 5,
7074
"title": "How People With Very High Emotional Intelligence Use the Fortune Cookie Rule to Become Super-Resilient",
75+
"source": "POCKET_PARSER",
7176
"url": "https://www.inc.com/bill-murphy-jr/how-people-with-highemotionalintelligenceuse-fortune-cookie-rule-to-become-exceptionally-resilient.html"
7277
},
7378
"test-bad-image": {
@@ -84,6 +89,7 @@
8489
"publisher": "psyche.co",
8590
"timeToRead": 22,
8691
"title": "How to be kinder to yourself",
92+
"source": "POCKET_PARSER",
8793
"url": "https://psyche.co/guides/how-to-be-kinder-to-yourself-by-practising-self-compassion"
8894
},
8995
"06c5ad31-7c58-48ae-bd3c-2a693c1fd7cf": {
@@ -100,6 +106,7 @@
100106
"publisher": "Elle",
101107
"timeToRead": 9,
102108
"title": "There’s Nothing Effortless About Being a Woman",
109+
"source": "POCKET_PARSER",
103110
"topic": "HEALTH_FITNESS",
104111
"url": "https://getpocket.com/explore/item/there-s-nothing-effortless-about-being-a-woman"
105112
},
@@ -117,6 +124,7 @@
117124
"publisher": "The Guardian",
118125
"timeToRead": 10,
119126
"title": "How to Talk to Anyone: The Experts’ Guide",
127+
"source": "POCKET_PARSER",
120128
"topic": "SELF_IMPROVEMENT",
121129
"url": "https://getpocket.com/explore/item/how-to-talk-to-anyone-the-experts-guide"
122130
},
@@ -134,6 +142,7 @@
134142
"publisher": "The Washington Post",
135143
"timeToRead": 5,
136144
"title": "As the Internet Gets Scarier, More Parents Keep Their Kids’ Photos Offline",
145+
"source": "POCKET_PARSER",
137146
"topic": "PARENTING",
138147
"url": "https://getpocket.com/explore/item/as-the-internet-gets-scarier-more-parents-keep-their-kids-photos-offline"
139148
},
@@ -151,6 +160,7 @@
151160
"publisher": "Narratively",
152161
"timeToRead": 21,
153162
"title": "A Super Strange True Love Story: My Disappearing Fiancé",
163+
"source": "POCKET_PARSER",
154164
"topic": "TRAVEL",
155165
"url": "https://getpocket.com/explore/item/a-super-strange-true-love-story-my-disappearing-fianc"
156166
},
@@ -168,6 +178,7 @@
168178
"publisher": "BBC News",
169179
"timeToRead": 5,
170180
"title": "Why the World Is Becoming More Allergic to Food",
181+
"source": "POCKET_PARSER",
171182
"topic": "SCIENCE",
172183
"url": "https://getpocket.com/explore/item/why-the-world-is-becoming-more-allergic-to-food"
173184
},
@@ -203,6 +214,7 @@
203214
"publisher": "Rolling Stone",
204215
"timeToRead": 10,
205216
"title": "Ronnie Spector: 15 Essential Songs",
217+
"source": "POCKET_PARSER",
206218
"topic": "ENTERTAINMENT",
207219
"url": "https://getpocket.com/explore/item/ronnie-spector-15-essential-songs"
208220
},
@@ -220,6 +232,7 @@
220232
"publisher": "Mental Floss",
221233
"timeToRead": 4,
222234
"title": "How An Obscure British Comedy Sketch Became The World’s Most Repeated TV Program",
235+
"source": "POCKET_PARSER",
223236
"topic": "ENTERTAINMENT",
224237
"url": "https://getpocket.com/explore/item/how-an-obscure-british-comedy-sketch-became-the-world-s-most-repeated-tv-program"
225238
},
@@ -237,6 +250,7 @@
237250
"publisher": "Lifehacker",
238251
"timeToRead": 9,
239252
"title": "How Not to Care When People Don’t Like You",
253+
"source": "POCKET_PARSER",
240254
"topic": "SELF_IMPROVEMENT",
241255
"url": "https://getpocket.com/explore/item/how-not-to-care-when-people-don-t-like-you"
242256
},
@@ -254,6 +268,7 @@
254268
"publisher": "The Conversation",
255269
"timeToRead": 4,
256270
"title": "A Natural Deception: 3 Marketing Myths the Supplement Industry Wants You to Swallow",
271+
"source": "POCKET_PARSER",
257272
"topic": "HEALTH_FITNESS",
258273
"url": "https://getpocket.com/explore/item/a-natural-deception-3-marketing-myths-the-supplement-industry-wants-you-to-swallow"
259274
},
@@ -271,6 +286,7 @@
271286
"publisher": "Nautilus",
272287
"timeToRead": 10,
273288
"title": "How to Tell If You’re a Jerk",
289+
"source": "POCKET_PARSER",
274290
"topic": "SELF_IMPROVEMENT",
275291
"url": "https://getpocket.com/explore/item/how-to-tell-if-you-re-a-jerk"
276292
}

0 commit comments

Comments
 (0)