Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankark committed Mar 18, 2021
1 parent 6b44280 commit eb36146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
"@fluentui/react/lib/(.*)$": "@fluentui/react/lib-commonjs/$1"
},
// explicitly include any node libs using ESM modules
transformIgnorePatterns: ["node_modules/?!(@fluentui)"],
transformIgnorePatterns: ["node_modules/?!(@fluentui)","dist"],
testPathIgnorePatterns: ["node_modules","dist"],
}

0 comments on commit eb36146

Please sign in to comment.