mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Add package for shared webpack configurations for Lens applications, Features and libraries Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> * Remove duplication from gitignores Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> --------- Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
9 lines
194 B
JavaScript
9 lines
194 B
JavaScript
const { configForNode } =
|
|
require("@k8slens/jest").monorepoPackageConfig(__dirname);
|
|
|
|
module.exports = {
|
|
...configForNode,
|
|
|
|
collectCoverageFrom: [...configForNode.collectCoverageFrom],
|
|
};
|