Remove e2e test exclude from tsconfig (#9234)

This commit is contained in:
Michael Weimann
2022-09-02 10:24:07 +02:00
committed by GitHub
parent b2704d5bde
commit d1237b2c98

View File

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