Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
021f7e50
Unverified
Commit
021f7e50
authored
6 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Don't auto exclude test files
parent
b50590f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/scripts/utils/verifyTypeScriptSetup.js
+0
-4
...ages/react-scripts/scripts/utils/verifyTypeScriptSetup.js
with
0 additions
and
4 deletions
+0
-4
packages/react-scripts/scripts/utils/verifyTypeScriptSetup.js
+
0
-
4
View file @
021f7e50
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment