The library works fine but it's broken when testing files using it.
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){import { useRecoilCallback } from 'recoil';
^^^^^^
SyntaxError: Cannot use import statement outside a module
EDIT: I fixed this by using transformIgnorePatterns': [] in my jest.config.js
The library works fine but it's broken when testing files using it.
EDIT: I fixed this by using
transformIgnorePatterns': []
in myjest.config.js