Skip to content

Commit

Permalink
fix(testing): update playwright tsconfig.base.json/entrypoint (#18227)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens authored Jul 21, 2023
1 parent 2e6592c commit 9199444
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/playwright/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export {
} from './src/executors/playwright/playwright';
export { initGenerator } from './src/generators/init/init';
export { configurationGenerator } from './src/generators/configuration/configuration';
export { nxE2EPreset, NxPlaywrightOptions } from './src/utils/preset';
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@nx/nx-dev/ui-references": ["nx-dev/ui-references/src/index.ts"],
"@nx/nx-dev/ui-sponsor-card": ["nx-dev/ui-sponsor-card/src/index.ts"],
"@nx/nx-dev/ui-theme": ["nx-dev/ui-theme/src/index.ts"],
"@nx/playwright": ["packages/playwright/src/index.ts"],
"@nx/playwright": ["packages/playwright/index.ts"],
"@nx/plugin": ["packages/plugin"],
"@nx/plugin/*": ["packages/plugin/*"],
"@nx/react": ["packages/react"],
Expand Down

1 comment on commit 9199444

@vercel
Copy link

@vercel vercel bot commented on 9199444 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.