Skip to content

Commit c68c7da

Browse files
committedMar 29, 2021
feat: add @snyk/fix as a dep
1 parent 23bd100 commit c68c7da

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
"micromatch": "4.0.2",
107107
"needle": "2.6.0",
108108
"open": "^7.0.3",
109-
"ora": "5.3.0",
110109
"os-name": "^3.0.0",
111110
"promise-queue": "^2.2.5",
112111
"proxy-agent": "^3.1.1",

‎test/smoke/spec/snyk_fix_spec.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#shellcheck shell=sh
2+
3+
Describe "Snyk fix command"
4+
Describe "supported only with FF"
5+
6+
It "by default snyk fix is not supported"
7+
When run snyk fix
8+
The status should be failure
9+
The output should include "is not supported"
10+
The stderr should equal ""
11+
End
12+
End
13+
End

0 commit comments

Comments
 (0)
Please sign in to comment.