diff --git a/test/__fixtures__/pack/2.all.config.json b/test/__fixtures__/pack/2.all.config.json index 3ad6be83..87112b46 100644 --- a/test/__fixtures__/pack/2.all.config.json +++ b/test/__fixtures__/pack/2.all.config.json @@ -391,7 +391,6 @@ }, "devDependencies": { "jest": "^27.2.4", - "@openwhisk/wskdebug": "^1.3.0", "@babel/core": "^7.8.7", "@babel/polyfill": "^7.8.7", "@babel/preset-env": "^7.8.7", diff --git a/test/__fixtures__/pack/4.all.config.json b/test/__fixtures__/pack/4.all.config.json index 0f83809d..80d71a93 100644 --- a/test/__fixtures__/pack/4.all.config.json +++ b/test/__fixtures__/pack/4.all.config.json @@ -170,8 +170,7 @@ "@adobe/aio-sdk": "^3.0.0" }, "devDependencies": { - "jest": "^27.2.4", - "@openwhisk/wskdebug": "^1.3.0" + "jest": "^27.2.4" }, "scripts": { "test": "jest --passWithNoTests ./test", diff --git a/test/__fixtures__/pack/6.all.config.json b/test/__fixtures__/pack/6.all.config.json index 928f3c25..4c1bbf47 100644 --- a/test/__fixtures__/pack/6.all.config.json +++ b/test/__fixtures__/pack/6.all.config.json @@ -170,8 +170,7 @@ "@adobe/aio-sdk": "^3.0.0" }, "devDependencies": { - "jest": "^27.2.4", - "@openwhisk/wskdebug": "^1.3.0" + "jest": "^27.2.4" }, "scripts": { "test": "jest --passWithNoTests ./test",