This really should be part of another PR

I think it's messing up coverage results
This commit is contained in:
Jan Potoms 2018-03-28 12:28:21 +02:00
parent daca9cbc18
commit 2e43e8c998
1 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1 @@
export default function foo() {
foo = function() {} // this not working is currently a bug in webpack 😝
}
export default function foo() {}