Remove e2e test exclude from tsconfig (#9234)
This commit is contained in:
@@ -24,8 +24,5 @@
|
|||||||
"./src/**/*.tsx",
|
"./src/**/*.tsx",
|
||||||
"./test/**/*.ts",
|
"./test/**/*.ts",
|
||||||
"./test/**/*.tsx"
|
"./test/**/*.tsx"
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"./test/end-to-end-tests/"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user