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