Skip to content

Commit

Permalink
lookup: add integration tests for Yarn (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Oct 31, 2023
1 parent 5f78556 commit eae7346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eae7346

Please sign in to comment.