9 lines
No EOL
347 B
TypeScript
9 lines
No EOL
347 B
TypeScript
describe("FetchImageFromRedditGallery", () => {
|
|
test.todo("EXPECT image url to be returned");
|
|
|
|
test.todo("GIVEN fetch is unable to return data, EXPECT undefined returned");
|
|
|
|
test.todo("GIVEN image tag is not found, EXPECT undefined returned");
|
|
|
|
test.todo("GIVEN image source attribute is not found, EXPECT undefined returned");
|
|
}); |