Unverified Commit 021f7e50 authored by Joe Haddad's avatar Joe Haddad
Browse files

Don't auto exclude test files

parent b50590f7
Showing with 0 additions and 4 deletions
+0 -4
...@@ -210,10 +210,6 @@ function verifyTypeScriptSetup() { ...@@ -210,10 +210,6 @@ function verifyTypeScriptSetup() {
`${chalk.cyan('include')} should be ${chalk.cyan.bold('src')}` `${chalk.cyan('include')} should be ${chalk.cyan.bold('src')}`
); );
} }
if (parsedTsConfig.exclude == null) {
appTsConfig.exclude = ['**/__tests__/**', '**/?*test.*', '**/?*spec.*'];
messages.push(`${chalk.cyan('exclude')} should exclude test files`);
}
if (messages.length > 0) { if (messages.length > 0) {
if (firstTimeSetup) { if (firstTimeSetup) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment