Skip to content

Commit

Permalink
fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mapolonio committed Nov 2, 2023
1 parent d14a927 commit 5d26b73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('nx-playwright generator', () => {
e2eFolder: 'e2e/test-generator',
devServerTarget: 'test-project:serve',
packageRunner: 'pnpm',
path: './tests',
},
configurations: {
production: {
Expand Down Expand Up @@ -87,6 +88,7 @@ describe('nx-playwright generator', () => {
e2eFolder: 'e2e/test-generator',
devServerTarget: 'test-project:serve',
packageRunner: 'pnpm',
path: './tests',
},
configurations: {
production: {
Expand Down

0 comments on commit 5d26b73

Please sign in to comment.