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
@SethDavenport The repo is typescript-react-redux-starter. I cloned this repo and after doing npm install I received the same error when trying to run the tests. There are tests in the repo (e.g. /src/components/button/index.test.tsx) but none of them are being run. I wonder if this is a problem with the regular expression used in src/tests.entry.ts? Also, this repo may be deprecated as we now use create-react-app using rangle scripts going forward.
When I run
npm run test
I getIt looks like no tests are found and Karma errors out when no tests are defined.
The text was updated successfully, but these errors were encountered: