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 de4ae32
Show file tree
Hide file tree
Showing 5 changed files with 1,050 additions and 4 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>"],
};
3 changes: 1 addition & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,5 @@
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {}
}
}
Loading

0 comments on commit de4ae32

Please sign in to comment.