fix(misc): identify usage of playwright correctly when running nx init (#21236)

This commit is contained in:
Leosvel Pérez Espinosa 2024-01-19 18:12:01 +01:00 committed by GitHub
parent 605d65acd2
commit 866e8bcffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
}; };