We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bd100 commit c68c7daCopy full SHA for c68c7da
package.json
@@ -106,7 +106,6 @@
106
"micromatch": "4.0.2",
107
"needle": "2.6.0",
108
"open": "^7.0.3",
109
- "ora": "5.3.0",
110
"os-name": "^3.0.0",
111
"promise-queue": "^2.2.5",
112
"proxy-agent": "^3.1.1",
test/smoke/spec/snyk_fix_spec.sh
@@ -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
13
+End
0 commit comments