move esnext tests into their own fixtures folder
This commit is contained in:
4
test/fixtures/esnext/es6-default-parameters/simple-function.js
vendored
Normal file
4
test/fixtures/esnext/es6-default-parameters/simple-function.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
function foo(x=5) {
|
||||
return x;
|
||||
}
|
||||
assert.equal(foo(), 5);
|
||||
Reference in New Issue
Block a user