You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating a package "office-ui-fabric-react" from "5.124.0 to "6.128.0", all my tests are failing with following error:
FAIL ***.test.tsx
● Test suite failed to run
node_modules\office-ui-fabric-react\lib\components\Button\index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){export * from './BaseButton';
^^^^^^
SyntaxError: Unexpected token export
at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/ScriptTransformer.js:289:17)
at Object.<anonymous> (**.tsx:17:67)
at Object.<anonymous> (**.test.tsx:7:29)
I'm using framework Jest, enzyme, sinon. Please let me know why.
The text was updated successfully, but these errors were encountered:
Category
After updating a package "office-ui-fabric-react" from "5.124.0 to "6.128.0", all my tests are failing with following error:
FAIL ***.test.tsx
● Test suite failed to run
I'm using framework Jest, enzyme, sinon. Please let me know why.
The text was updated successfully, but these errors were encountered: