From c733d3c5e0133918e7124337a1ddeb9da452e937 Mon Sep 17 00:00:00 2001 From: AgentEnder Date: Fri, 17 Mar 2023 16:00:57 -0400 Subject: [PATCH] chore(nx-plugin): reenable create-nx-plugin e2e tests --- e2e/workspace-create/src/create-nx-plugin.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e2e/workspace-create/src/create-nx-plugin.test.ts b/e2e/workspace-create/src/create-nx-plugin.test.ts index 1412b9e7101fcb..10012ce84cb7e2 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');