Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load module in JEST #84

Closed
Kle0s opened this issue Feb 6, 2022 · 1 comment
Closed

Cannot load module in JEST #84

Kle0s opened this issue Feb 6, 2022 · 1 comment

Comments

@Kle0s
Copy link

Kle0s commented Feb 6, 2022

having the import line import clipboard from "clipboardy"; in a test file (that I run with jest) causes the following error to be thrown:

/.../node_modules/clipboardy/index.js:1
    ({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import process from 'node:process';
                                                                                      ^^^^^^

    SyntaxError: Cannot use import statement outside a module
@sindresorhus
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants