Skip to content

Commit

Permalink
Added bang await arrow test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Oct 22, 2017
1 parent fa3f459 commit 1e8181b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/await-arrow/bang/actual.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
f() -/>
console.log! <- x
3 changes: 3 additions & 0 deletions test/fixtures/await-arrow/bang/expected.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
async function f() {
return console.log((await x));
}

0 comments on commit 1e8181b

Please sign in to comment.