From bbd0e21301d1411cae48699589e01fa02b4ccf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Mon, 2 Oct 2023 09:06:31 +0200 Subject: [PATCH] lookup: add integration tests for Yarn --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 51566dd5..9319b231 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,