add functional test coverage for App.jsx

This commit is contained in:
Jake McDermott
2019-01-07 07:15:10 -05:00
parent 164464c595
commit bbd94fa4f7
2 changed files with 45 additions and 17 deletions

View File

@@ -28,7 +28,6 @@ class App extends Component {
isAboutModalOpen: false,
isNavOpen,
version: null,
};
this.fetchConfig = this.fetchConfig.bind(this);