1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: re-add tooltip test with updated package

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-04-19 19:06:36 +02:00
parent d96807ec74
commit 04da77ad0b
2 changed files with 3 additions and 2 deletions

4
package-lock.json generated
View File

@ -35069,10 +35069,10 @@
"@k8slens/messaging-for-main": "^1.0.0-alpha.1", "@k8slens/messaging-for-main": "^1.0.0-alpha.1",
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.1", "@k8slens/messaging-for-renderer": "^1.0.0-alpha.1",
"@k8slens/resizing-anchor": "^1.0.0-alpha.0", "@k8slens/resizing-anchor": "^1.0.0-alpha.0",
"@k8slens/tooltip": "^1.0.0-alpha.0",
"@k8slens/run-many": "^1.0.0-alpha.1", "@k8slens/run-many": "^1.0.0-alpha.1",
"@k8slens/startable-stoppable": "^1.0.0-alpha.1", "@k8slens/startable-stoppable": "^1.0.0-alpha.1",
"@k8slens/test-utils": "^1.0.0-alpha.1", "@k8slens/test-utils": "^1.0.0-alpha.1",
"@k8slens/tooltip": "^1.0.0-alpha.0",
"@k8slens/utilities": "^1.0.0-alpha.1", "@k8slens/utilities": "^1.0.0-alpha.1",
"@ogre-tools/fp": "^15.3.1", "@ogre-tools/fp": "^15.3.1",
"@ogre-tools/injectable": "^15.3.1", "@ogre-tools/injectable": "^15.3.1",
@ -35152,7 +35152,7 @@
"version": "6.5.0-alpha.7", "version": "6.5.0-alpha.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@k8slens/core": "^6.5.0-alpha.7" "@k8slens/core": "6.5.0-alpha.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.6", "@types/node": "^16.18.6",

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",
"test:unit": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },