restructure test directory
This commit is contained in:
1
test/fixtures/syntax/spread/method-call-array-literal/actual.js
vendored
Normal file
1
test/fixtures/syntax/spread/method-call-array-literal/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
f(...[1, 2, 3]);
|
||||
1
test/fixtures/syntax/spread/method-call-array-literal/expected.js
vendored
Normal file
1
test/fixtures/syntax/spread/method-call-array-literal/expected.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
f.apply(null, [1, 2, 3]);
|
||||
Reference in New Issue
Block a user