I am not sure jest support out of the box export import syntax. You would need to at least add babel and the es2015 transform plugin like described here: unit testing - Test ES6 modules with Jest - Stack Overflow
I am not sure jest support out of the box export import syntax. You would need to at least add babel and the es2015 transform plugin like described here: unit testing - Test ES6 modules with Jest - Stack Overflow