Skip to content

Commit

Permalink
Update test-registry.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Aug 21, 2024
1 parent 7f2af96 commit 6e5cc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/generator/test/test-project/test-registry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('Integration testing generateFromFile() to make sure the template can b
it('generated using private registory', async () => {
const generator = new Generator('react-template', tempOutputResults,
{
compile: true,
debug: true,
install: true,
forceWrite: true,
Expand All @@ -41,6 +42,7 @@ describe('Integration testing generateFromFile() to make sure the template can b
it('generated using private registory from npm config', async () => {
const generator = new Generator('react-template', tempOutputResults,
{
compile: true,
debug: true,
install: true,
forceWrite: true,
Expand Down

0 comments on commit 6e5cc87

Please sign in to comment.