Commit bdf70248 authored by Phil Hughes's avatar Phil Hughes

added rewire comment to action default export

parent c5481beb
...@@ -78,4 +78,5 @@ export const undoFileTemplate = ({ dispatch, commit, rootGetters }) => { ...@@ -78,4 +78,5 @@ export const undoFileTemplate = ({ dispatch, commit, rootGetters }) => {
commit(types.SET_UPDATE_SUCCESS, false); commit(types.SET_UPDATE_SUCCESS, false);
}; };
// prevent babel-plugin-rewire from generating an invalid default during karma tests
export default () => {}; export default () => {};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment