Запуск yarn test
работает, но запуск теста с помощью кнопки запуска IntelliJ WebStorm завершается неудачно со следующей ошибкой:
Test suite failed to run
C:\pavel\repo\projectxy\libs\ui-components-redux\src\features\forms\__tests__\duck.test.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){import { apiErrorsToFieldErrors, apiErrorsToGeneralErrors, prepareApiErrors } from '../duck';
^^^^^^
SyntaxError: Cannot use import statement outside a module
at ScriptTransformer._transformAndBuildScript (../../node_modules/@jest/transform/build/ScriptTransformer.js:537:17)
at ScriptTransformer.transform (../../node_modules/@jest/transform/build/ScriptTransformer.js:579:25)