-
Type:
Bug
-
Resolution: Handled by Support
-
Priority:
Low
-
Component/s: Integrations - API
Cant get my jest unit tests to work with atlaskit
Details:
/Users/luke/BIM/bcapp-client/node_modules/@atlaskit/textfield/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){export { default } from './components/Textfield';
^^^^^^
SyntaxError: Unexpected token export
2 | import { connect } from 'react-redux'
3 | import { object, func } from 'prop-types'
> 4 | import TextField from '@atlaskit/textfield'
| ^