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