From eae7346710d3973f7fe8505b77e90bfbe3ac82d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Tue, 31 Oct 2023 16:25:35 +0100 Subject: [PATCH] lookup: add integration tests for Yarn (#1022) --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index f79e22438..fb8f69bce 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -34,7 +34,8 @@ "build:cli --no-minify", "typecheck:all", "test:lint", - "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts" + "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts", + "test:integration sources/basic.test sources/pnp.test sources/pnp-esm.test sources/require.test sources/https.test sources/exports.test sources/commands/add.test" ], "skip": ["aix", "win32"], "timeout": 3000000,