move test to export.js
This commit is contained in:
parent
402bbda1d1
commit
e5a0fcdfc6
|
|
@ -444,3 +444,10 @@ export_default_anonymous_async_function_not_call: {
|
|||
// agrees with `acorn` and `babylon 7`
|
||||
expect_exact: "export default async function(){};foo;"
|
||||
}
|
||||
|
||||
issue_2977: {
|
||||
input: {
|
||||
export default (function () {})();
|
||||
}
|
||||
expect_exact: "export default(function(){})();"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
issue_2977: {
|
||||
input: {
|
||||
export default (function () {})();
|
||||
}
|
||||
expect_exact: "export default(function(){})();"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user