move esnext tests into their own fixtures folder
This commit is contained in:
7
test/fixtures/esnext/es6-object-concise/method.js
vendored
Normal file
7
test/fixtures/esnext/es6-object-concise/method.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var a = {
|
||||
b() {
|
||||
return 'c';
|
||||
}
|
||||
};
|
||||
|
||||
assert.equal(a.b(), 'c');
|
||||
Reference in New Issue
Block a user