mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-21 22:49:18 -04:00
Fix jest setting
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsconfig": "tsconfig.json"
|
||||
"tsconfig": "tsconfig.esm.json"
|
||||
}
|
||||
},
|
||||
"testMatch": [
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
},
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsconfig": "tsconfig.json"
|
||||
"tsconfig": "tsconfig.esm.json"
|
||||
}
|
||||
},
|
||||
"testMatch": [
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
},
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsconfig": "tsconfig.json"
|
||||
"tsconfig": "tsconfig.esm.json"
|
||||
}
|
||||
},
|
||||
"testMatch": [
|
||||
|
||||
Reference in New Issue
Block a user