mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-15 11:52:14 +00:00
Compare commits
3 Commits
4ccbf37dc3
...
82c96b36aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82c96b36aa | ||
|
|
fe821755dd | ||
|
|
1a7704f61a |
@ -42,6 +42,7 @@
|
||||
"verbose": true,
|
||||
"clearMocks": true,
|
||||
"testEnvironment": "node",
|
||||
"extensionsToTreatAsEsm": [".ts"],
|
||||
"moduleFileExtensions": [
|
||||
"js",
|
||||
"ts"
|
||||
@ -56,8 +57,12 @@
|
||||
"/node_modules/",
|
||||
"/dist/"
|
||||
],
|
||||
"transformIgnorePatterns": [
|
||||
"/node_modules/(?!jose/)"
|
||||
],
|
||||
"transform": {
|
||||
"^.+\\.ts$": "ts-jest"
|
||||
"^.+\\.ts$": "ts-jest",
|
||||
"^.+\\.js$": "ts-jest"
|
||||
},
|
||||
"coverageReporters": [
|
||||
"json-summary",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user