restructure test directory
This commit is contained in:
1
test/fixtures/syntax/classes/plain-class/actual.js
vendored
Normal file
1
test/fixtures/syntax/classes/plain-class/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
class Test { }
|
||||
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