Skip to content

Commit

Permalink
fix: policy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Dec 17, 2024
1 parent f276091 commit d11e6aa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lavamoat/build-lavamoat/policy-override.json
Original file line number Diff line number Diff line change
@@ -27,14 +27,20 @@
}
},
"jest>@jest/core>jest-snapshot>@babel/types": {
"globals": {
"process": true
},
"packages": {
"lavamoat>lavamoat-core>@babel/types>to-fast-properties": true,
"to-fast-properties": true
"to-fast-properties": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-string-parser": true
}
},
"lavamoat>lavamoat-core>@babel/types": {
"packages": {
"to-fast-properties": true
"to-fast-properties": true,
"@babel/helper-validator-identifier": true
}
}
}

0 comments on commit d11e6aa

Please sign in to comment.