From 172f12631c4f5f041e4971526397277bec908519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Thu, 14 Dec 2023 09:58:23 +0100 Subject: [PATCH] chore(repo): set specific packages to install in expo e2e tests --- e2e/expo/src/expo.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/expo/src/expo.test.ts b/e2e/expo/src/expo.test.ts index c778b40188b5f..d5dc617c32baa 100644 --- a/e2e/expo/src/expo.test.ts +++ b/e2e/expo/src/expo.test.ts @@ -23,7 +23,7 @@ describe('expo', () => { let libName = uniq('lib'); beforeAll(() => { - proj = newProject(); + proj = newProject({ packages: ['@nx/expo'] }); // we create empty preset above which skips creation of `production` named input updateJson('nx.json', (nxJson) => { nxJson.namedInputs = {