Skip to content

Commit eae7346

Browse files
authored
lookup: add integration tests for Yarn (#1022)
1 parent 5f78556 commit eae7346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lookup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"build:cli --no-minify",
3535
"typecheck:all",
3636
"test:lint",
37-
"test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts"
37+
"test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts",
38+
"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"
3839
],
3940
"skip": ["aix", "win32"],
4041
"timeout": 3000000,

0 commit comments

Comments
 (0)