sindresorhus/clipboardy

Cannot load module in JEST

Kle0s opened this issue · 1 comments

Kle0s commented

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