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
|
// Testing tools
|
||||||
jest: '@nx/jest',
|
jest: '@nx/jest',
|
||||||
cypress: '@nx/cypress',
|
cypress: '@nx/cypress',
|
||||||
playwright: '@nx/playwright',
|
'@playwright/test': '@nx/playwright',
|
||||||
next: '@nx/next',
|
next: '@nx/next',
|
||||||
nuxt: '@nx/nuxt',
|
nuxt: '@nx/nuxt',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user