Skip to content

Commit 789f8ae

Browse files
purplecabbageJesse MacFadyen
authored andcommitted
Remove Whiskers aka Whisk Fixtures (#859)
1 parent c3c3100 commit 789f8ae

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

test/__fixtures__/pack/2.all.config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@
391391
},
392392
"devDependencies": {
393393
"jest": "^27.2.4",
394-
"@openwhisk/wskdebug": "^1.3.0",
395394
"@babel/core": "^7.8.7",
396395
"@babel/polyfill": "^7.8.7",
397396
"@babel/preset-env": "^7.8.7",

test/__fixtures__/pack/4.all.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@
170170
"@adobe/aio-sdk": "^3.0.0"
171171
},
172172
"devDependencies": {
173-
"jest": "^27.2.4",
174-
"@openwhisk/wskdebug": "^1.3.0"
173+
"jest": "^27.2.4"
175174
},
176175
"scripts": {
177176
"test": "jest --passWithNoTests ./test",

test/__fixtures__/pack/6.all.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@
170170
"@adobe/aio-sdk": "^3.0.0"
171171
},
172172
"devDependencies": {
173-
"jest": "^27.2.4",
174-
"@openwhisk/wskdebug": "^1.3.0"
173+
"jest": "^27.2.4"
175174
},
176175
"scripts": {
177176
"test": "jest --passWithNoTests ./test",

0 commit comments

Comments
 (0)