test: add scenario for handleResponseType tgz

This commit is contained in:
Juan Picado @jotadeveloper
2019-07-29 08:42:37 +02:00
parent 8c9cffbc6a
commit f8374084b5
3 changed files with 31 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ describe('<ActionBar /> component', () => {
const ActionBar = require('./ActionBar').default;
const wrapper = shallow(<ActionBar />);
// FIXME: this only renders the DetailContextConsumer, thus
// the wrapper will be
// the wrapper will be always empty
expect(wrapper.html()).toEqual('');
});