Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d1237b2

Browse files
authored
Remove e2e test exclude from tsconfig (#9234)
1 parent b2704d5 commit d1237b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@
2424
"./src/**/*.tsx",
2525
"./test/**/*.ts",
2626
"./test/**/*.tsx"
27-
],
28-
"exclude": [
29-
"./test/end-to-end-tests/"
3027
]
3128
}

0 commit comments

Comments
 (0)