mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
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:
committed by
Nathan Sobo
parent
224f2e973f
commit
23d5dc8726
2
spec/fixtures/babel/invalid.js
vendored
2
spec/fixtures/babel/invalid.js
vendored
@@ -1,3 +1,3 @@
|
||||
'use 6to6';
|
||||
|
||||
module.exports = v => v + 1
|
||||
module.exports = async function hello() {}
|
||||
|
||||
Reference in New Issue
Block a user