Skip to content

Commit

Permalink
100% coverage for integration test of faq page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Apr 18, 2021
1 parent cd4ca0d commit 3730076
Show file tree
Hide file tree
Showing 4 changed files with 1,049 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ module.exports = {
// },
// },
transform: {
"^.+\\.(ts|tsx)?$": "ts-jest",
"^.+\\.(ts|tsx|js|jsx)?$": "ts-jest",
},
transformIgnorePatterns: ["node_modules/(?!react-syntax-highlighter)"],
coveragePathIgnorePatterns: ["node_modules", "dist"],
modulePaths: ["<rootDir>"],
};
Loading

0 comments on commit 3730076

Please sign in to comment.