add traceur test suite
This commit is contained in:
7
test/fixtures/traceur/AsyncFunctions/resources/async-function.js
vendored
Normal file
7
test/fixtures/traceur/AsyncFunctions/resources/async-function.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export async function asyncFunction() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
export default async function() {
|
||||
return 2;
|
||||
};
|
||||
Reference in New Issue
Block a user