Skip to content

Commit

Permalink
chore: npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Sep 27, 2023
1 parent 172fa2a commit 847abd2
Show file tree
Hide file tree
Showing 5 changed files with 4,287 additions and 14,595 deletions.
9 changes: 5 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
* limitations under the License.
*/

module.exports = {
transform: {
"^.+\\.tsx?$": "ts-jest",
},
export default {
roots: ["<rootDir>"],
preset: "ts-jest",
testEnvironment: "jsdom",
testPathIgnorePatterns: ["/node_modules/", "/dist/", "/__utils__/"],
collectCoverage: true,
coverageThreshold: {
global: {
Expand Down
Loading

0 comments on commit 847abd2

Please sign in to comment.