Remove e2e test exclude from tsconfig (#9234)

pull/28217/head
Michael Weimann 2022-09-02 10:24:07 +02:00 committed by GitHub
parent b2704d5bde
commit d1237b2c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,5 @@
"./src/**/*.tsx",
"./test/**/*.ts",
"./test/**/*.tsx"
],
"exclude": [
"./test/end-to-end-tests/"
]
}