Scope test lockfiles by package manager and update cache tests (#1495)
* fix security alerts * fix security alerts * address Copilot suggestions --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
parent
c882bffdbd
commit
54045abd5d
11 changed files with 329 additions and 3350 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -93,3 +93,18 @@ typings/
|
|||
|
||||
# DynamoDB Local files
|
||||
.dynamodb/
|
||||
|
||||
# Ignore everything inside fixture package-manager folders
|
||||
__tests__/data/npm/**
|
||||
__tests__/data/pnpm/**
|
||||
__tests__/data/yarn/**
|
||||
|
||||
# Keep only fixture manifests + lockfiles
|
||||
!__tests__/data/npm/package.json
|
||||
!__tests__/data/npm/package-lock.json
|
||||
|
||||
!__tests__/data/pnpm/package.json
|
||||
!__tests__/data/pnpm/pnpm-lock.yaml
|
||||
|
||||
!__tests__/data/yarn/package.json
|
||||
!__tests__/data/yarn/yarn.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue