stable
Clone or download
Read-only
Part of request #13806: Use Jest as the default test framework for JS unit tests This alias used to be needed for jasmine mocks of TLP. Now, we always mock it through Jest, it should be removed. Using aliases requires to maintain in sync multiple configuration (Typescript, Webpack and Jest) and debugging it is painful. Change-Id: Iab166c1096ea30f5303671c6f70d207c731e0510
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/webpack.config.js | +1 | −4 | Go to diff View file |
M | plugins/git/www/scripts/webpack.config.js | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/webpack.config.js | +1 | −4 | Go to diff View file |
M | plugins/release_widget/scripts/webpack.config.js | +1 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/webpack.config.js | +0 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/README.mkd | +5 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/webpack.config.js | +3 | −7 | Go to diff View file |
M | src/www/scripts/webpack.richtext.js | +3 | −6 | Go to diff View file |
M | tools/utils/scripts/webpack-aliases.js | +1 | −6 | Go to diff View file |