Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Fix generator integration tests to use verdaccio
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone committed Mar 6, 2018
1 parent 8dbd7d7 commit 4cbbccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Feature: Business Network Generator
Scenario: Using the Composer generator, I can install the business network packages
When I run the following expected pass CLI command
"""
npm install --prefix ./my-bus-net
npm install --registry http://localhost:4873 --prefix ./my-bus-net
"""
Then The stdout information should include text matching /added .* packages/

Expand Down

0 comments on commit 4cbbccf

Please sign in to comment.