Skip to content

Commit

Permalink
feat: add @snyk/fix as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Mar 29, 2021
1 parent 23bd100 commit c68c7da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"micromatch": "4.0.2",
"needle": "2.6.0",
"open": "^7.0.3",
"ora": "5.3.0",
"os-name": "^3.0.0",
"promise-queue": "^2.2.5",
"proxy-agent": "^3.1.1",
Expand Down
13 changes: 13 additions & 0 deletions test/smoke/spec/snyk_fix_spec.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#shellcheck shell=sh

Describe "Snyk fix command"
Describe "supported only with FF"

It "by default snyk fix is not supported"
When run snyk fix
The status should be failure
The output should include "is not supported"
The stderr should equal ""
End
End
End

0 comments on commit c68c7da

Please sign in to comment.