fix(misc): identify usage of playwright correctly when running nx init (#21236)
This commit is contained in:
parent
605d65acd2
commit
866e8bcffe
@ -117,7 +117,7 @@ const npmPackageToPluginMap: Record<string, string> = {
|
||||
// Testing tools
|
||||
jest: '@nx/jest',
|
||||
cypress: '@nx/cypress',
|
||||
playwright: '@nx/playwright',
|
||||
'@playwright/test': '@nx/playwright',
|
||||
next: '@nx/next',
|
||||
nuxt: '@nx/nuxt',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user