diff --git a/e2e/workspace-create/src/create-nx-plugin.test.ts b/e2e/workspace-create/src/create-nx-plugin.test.ts index 1412b9e7101fc..10012ce84cb7e 100644 --- a/e2e/workspace-create/src/create-nx-plugin.test.ts +++ b/e2e/workspace-create/src/create-nx-plugin.test.ts @@ -13,8 +13,7 @@ describe('create-nx-plugin', () => { afterEach(() => cleanupProject()); - // TODO: Re-enable to work with pnpm - xit('should be able to create a plugin repo and run plugin e2e', () => { + it('should be able to create a plugin repo and run plugin e2e', () => { const wsName = uniq('ws-plugin'); const pluginName = uniq('plugin');