Commit 191d321c authored by Dennis Tang's avatar Dennis Tang

fix karma rewire issue

parent 5e59bd71
...@@ -110,3 +110,6 @@ export const getMachineTypes = ({ commit, state }) => ...@@ -110,3 +110,6 @@ export const getMachineTypes = ({ commit, state }) =>
}, },
); );
}); });
// prevent babel-plugin-rewire from generating an invalid default during karma tests
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