mirror of https://github.com/vector-im/riot-web
Remove e2e test exclude from tsconfig (#9234)
parent
b2704d5bde
commit
d1237b2c98
|
@ -24,8 +24,5 @@
|
||||||
"./src/**/*.tsx",
|
"./src/**/*.tsx",
|
||||||
"./test/**/*.ts",
|
"./test/**/*.ts",
|
||||||
"./test/**/*.tsx"
|
"./test/**/*.tsx"
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"./test/end-to-end-tests/"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue