We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this when i do npm run test:watch
npm run test:watch
SyntaxError: repositories/pepperoni/src/modules/specs/AppView.spec.js: Unexpected token (13:8) 11 | const fn = () => {}; 12 | const wrapper = shallow( > 13 | <AppView | ^ 14 | isReady={false} 15 | isLoggedIn={false} 16 | dispatch={fn}
Any ideas why this happens?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this when i do
npm run test:watch
Any ideas why this happens?
The text was updated successfully, but these errors were encountered: