redux and thunk, no API yet
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
describe('Listing Restaurants', () =>
|
||||
{
|
||||
it('shows restaurants from the server', () =>
|
||||
{
|
||||
describe('Listing Restaurants', () => {
|
||||
it('shows restaurants from the server', () => {
|
||||
const sushiPlace = "Sushi Place";
|
||||
const pizzaPlace = "Pizza Place";
|
||||
|
||||
|
Reference in New Issue
Block a user