react-hook-form-antd icon indicating copy to clipboard operation
react-hook-form-antd copied to clipboard

Jest test suite failed to run. Cannot use import statement outside a module

Open Anav11 opened this issue 7 months ago โ€ข 7 comments

Hi! I get an error when running my jest tests. btw transformIgnorePatterns didn't help

/node_modules/react-hook-form-antd/dist/index.js:34
    import { Form as AntdForm } from "antd";
    ^^^^^^

    SyntaxError: Cannot use import statement outside a module

Anav11 avatar Jul 28 '24 05:07 Anav11