apollographql / fullstack-tutorial

🚀 The Apollo platform tutorial app

Home Page:https://www.apollographql.com/docs/tutorial/introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests to cover 'logout-button.js' container

kwdowik opened this issue · comments

In the final version of the client app, I found that 'logout-button.js' container does not have implemented tests.

// TODO it('', () => {});

I would like to add tests to this container.