Skip to content

Commit 28c17af

Browse files
author
Mohsen Azimi
committed
add more test
1 parent 70e090c commit 28c17af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import bar from 'bar';
2+
export default const foo: string = 'str';
3+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import bar from 'bar';
2+
const foo: string = 'str';
3+
export default foo;

0 commit comments

Comments
 (0)