pepperoni-app-kit icon indicating copy to clipboard operation
pepperoni-app-kit copied to clipboard

Unexpected token running tests

Open matejstrasek opened this issue 7 years ago • 0 comments

I get this when i do 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?

matejstrasek avatar May 15 '17 08:05 matejstrasek