Also if you have error "Jest encountered an unexpected token" , as in code below:
add to your .babelrc
class App extends Component { state={ ^ value: 'value' }
add to your .babelrc
{ "presets": ["env", "react"], "plugins": ["transform-class-properties"] }
Комментариев нет:
Отправить комментарий