Skip to content

Commit

Permalink
Add leftpad to yarn cached dependencies test
Browse files Browse the repository at this point in the history
The repository used for the test was updated in
cachito-testing/cachito-yarn-with-deps@dd651df

The cached dependencies test uses the latest commit.

Signed-off-by: Adam Cmiel <acmiel@redhat.com>
  • Loading branch information
chmeliik committed Mar 16, 2023
1 parent a023521 commit c40d50b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/integration/test_data/cached_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,11 @@ yarn_cached_deps:
replaces: null
type: yarn
version: 3.1.0
- dev: false
name: leftpad
replaces: null
type: yarn
version: 0.0.1
- dev: false
name: pathval
replaces: null
Expand Down Expand Up @@ -876,6 +881,11 @@ yarn_cached_deps:
replaces: null
type: yarn
version: 3.1.0
- dev: false
name: leftpad
replaces: null
type: yarn
version: 0.0.1
- dev: false
name: pathval
replaces: null
Expand All @@ -897,6 +907,7 @@ yarn_cached_deps:
deps/yarn/deep-eql/deep-eql-3.0.1.tgz: https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz
deps/yarn/external-fecha/fecha-4.2.0-external-sha1-f09ea0b8115b9733dddc88227086c73ba4ddc926.tgz: https://github.com/cachito-testing/test_files/raw/master/fecha-91680e4db1415fea33eac878cfd889c80a7b55c7.tgz
deps/yarn/get-func-name/get-func-name-2.0.0.tgz: https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz
deps/yarn/leftpad/leftpad-0.0.1.tgz: https://registry.npmjs.org/leftpad/-/leftpad-0.0.1.tgz
deps/yarn/pathval/pathval-1.1.1.tgz: https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz
deps/yarn/type-detect/type-detect-4.0.8.tgz: https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz
content_manifest:
Expand All @@ -910,6 +921,7 @@ yarn_cached_deps:
- "pkg:npm/deep-eql@3.0.1"
- "pkg:npm/get-func-name@2.0.0"
- "pkg:npm/is-positive@3.1.0"
- "pkg:npm/leftpad@0.0.1"
- "pkg:npm/pathval@1.1.1"
- "pkg:npm/type-detect@4.0.8"
source_purls:
Expand All @@ -921,6 +933,7 @@ yarn_cached_deps:
- "pkg:npm/deep-eql@3.0.1"
- "pkg:npm/get-func-name@2.0.0"
- "pkg:npm/is-positive@3.1.0"
- "pkg:npm/leftpad@0.0.1"
- "pkg:npm/pathval@1.1.1"
- "pkg:npm/type-detect@4.0.8"
rubygems_cached_deps:
Expand Down

0 comments on commit c40d50b

Please sign in to comment.