Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 2, 2016
1 parent a01eddc commit 67e224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/todoapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import footerStyle from '../../app/components/Footer.css';
import mainSectionStyle from '../../app/components/MainSection.css';
import todoItemStyle from '../../app/components/TodoItem.css';
import todoTextInputStyle from '../../app/components/TodoTextInput.css';
import manifest from '../../build/manifest.json';
import manifest from '../../chrome/manifest.prod.json';

const extensionName = manifest.name;

Expand Down

0 comments on commit 67e224c

Please sign in to comment.