restructure test directory
This commit is contained in:
1
test/fixtures/syntax/arrow-functions/empty-block/actual.js
vendored
Normal file
1
test/fixtures/syntax/arrow-functions/empty-block/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var t = () => {};
|
||||
2
test/fixtures/syntax/arrow-functions/empty-block/expected.js
vendored
Normal file
2
test/fixtures/syntax/arrow-functions/empty-block/expected.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
var t = function () {
|
||||
};
|
||||
Reference in New Issue
Block a user