Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.0-dev' into ci/node22
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck committed May 15, 2024
2 parents e7a6d9a + 8fa25d0 commit bd2597a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
12 changes: 6 additions & 6 deletions tests/_data/snapshots/plain_local-dependencies.json.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tests/_data/snapshots/plain_local-workspaces.json.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integration/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ suite('integration', () => {

const thisYarnPlugin = path.join(projectRootPath, 'bundles', '@yarnpkg', 'plugin-cyclonedx.js')

const longTestTimeout = 30000
const longTestTimeout = 60000

/**
* @param {string} purpose
Expand Down
21 changes: 11 additions & 10 deletions tests/integration/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ const testbedsPath = path.join(testRootPath, '_data', 'testbeds');
(function () {
const REQUIRES_INSTALL = [
/* region functional tests */
'bundled-dependencies',
'concurrent-versions',
'dev-dependencies',
'git-protocol-dependency',
'github-protocol-dependency',
'juice-shop',
'local-dependencies',
'local-workspaces',
'package-aliasing',
'package-with-build-id'
// !! none of the following ACTUALLY REQUIRES an installation - lock files are enough
// 'bundled-dependencies',
// 'concurrent-versions',
// 'dev-dependencies',
// 'git-protocol-dependency',
// 'github-protocol-dependency',
// 'juice-shop',
// 'local-dependencies',
// 'local-workspaces',
// 'package-aliasing',
// 'package-with-build-id'
/* endregion functional tests */
/* region regression tests */
// ... none so far
Expand Down

0 comments on commit bd2597a

Please sign in to comment.