You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no hard rule against placing configuration files inside the src folder however it's a common/best practice to keep development configuration code elsewhere in your directory structure. If you ever eject your app, you'll find that a config directory is created at the project root containing files for jest and webpack.
There's no hard rule against placing configuration files inside the
src
folder however it's a common/best practice to keep development configuration code elsewhere in your directory structure. If you ever eject your app, you'll find that aconfig
directory is created at the project root containing files for jest and webpack.https://github.com/mikedolan03/myhealthtarget/blob/master/src/config.js
https://github.com/mikedolan03/myhealthtarget/blob/master/src/setupTests.js
The text was updated successfully, but these errors were encountered: