Skip to content

Commit 5a41983

Browse files
feat: Add testing sample
1 parent 9458984 commit 5a41983

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
type A = string & number & () => {}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"exclude": [
1717
"node_modules",
18-
"dist"
18+
"dist",
19+
"**.test.ts"
1920
]
2021
}

0 commit comments

Comments
 (0)