I had to remove the babel-plugin-syntax-jsx package as it was giving me errors after update. Even if I updated to latest @babel/plugin-syntax-jsx. But everything seems to work without it. All test passed and I could not find any reason for it as both jsx and js files worked fine. Might be because I'm using webpack not sure.
Coverage remained the same at 100.0% when pulling 66f7c21b28e005349c1460176fdb77eff51f26c8 on spoldman:issue/80 into 4042205ddbd8e2c3523e08fa198d6a0e5d9f8e86 on AlexGilleran:master.
I updated to latest Babel packages.
I had to remove the babel-plugin-syntax-jsx package as it was giving me errors after update. Even if I updated to latest @babel/plugin-syntax-jsx. But everything seems to work without it. All test passed and I could not find any reason for it as both jsx and js files worked fine. Might be because I'm using webpack not sure.