restructure test directory
This commit is contained in:
5
test/fixtures/syntax/classes/plain-class/expected.js
vendored
Normal file
5
test/fixtures/syntax/classes/plain-class/expected.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var Test = function () {
|
||||
function Test() {
|
||||
}
|
||||
return Test;
|
||||
}();
|
||||
Reference in New Issue
Block a user