Change invalid.js fixture for babel transpilation

The previous file was considered invalid on the earlier version of electron, but
it now compiles correctly because of the updated ES6 support.
This commit is contained in:
Antonio Scandurra
2015-09-25 13:59:00 +02:00
committed by Nathan Sobo
parent 224f2e973f
commit 23d5dc8726

View File

@@ -1,3 +1,3 @@
'use 6to6';
module.exports = v => v + 1
module.exports = async function hello() {}