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