Skip to content

Commit

Permalink
Add package for sharing jest configuration for upcoming Features (#7198)
Browse files Browse the repository at this point in the history
* Add package for shared jest configurations for Lens applications, Features and libraries.

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Add root level script for running unit tests in monorepo mindset

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Ignore coverage files from VCS

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

---------

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
  • Loading branch information
jansav authored Feb 22, 2023
1 parent 114db72 commit 73230c8
Show file tree
Hide file tree
Showing 11 changed files with 1,902 additions and 154 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ lens.log
docs/extensions/api
site/
lerna-debug.log
coverage
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const { monorepoRootConfig } = require("@k8slens/jest");

module.exports = monorepoRootConfig(__dirname);

Loading

0 comments on commit 73230c8

Please sign in to comment.