Skip to content

Commit

Permalink
Update a test for swc-project#1455
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 1, 2021
1 parent 66a13a2 commit 1600308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/issue-1455/case2/input/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ const obj = {
},
};

console.log(obj.byPlatform('foo'));
obj.byPlatform('foo').then(v => console.log(v))

0 comments on commit 1600308

Please sign in to comment.