@forsakringskassan/jest-config 30.3.2 → 30.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/jest-preset.js +0 -3
- package/package.json +2 -3
package/jest-preset.js
CHANGED
|
@@ -29,9 +29,6 @@ module.exports = {
|
|
|
29
29
|
"lcov",
|
|
30
30
|
],
|
|
31
31
|
|
|
32
|
-
/* until jest 30 we must force prettier 2 or formatting snapshots wont work */
|
|
33
|
-
prettierPath: require.resolve("prettier-2"),
|
|
34
|
-
|
|
35
32
|
/* ignore files in the temp folder, sometimes used to put typescript
|
|
36
33
|
* declarations before dts rollup */
|
|
37
34
|
modulePathIgnorePatterns: ["<rootDir>/temp"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/jest-config",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.4.0",
|
|
4
4
|
"description": "Shareable jest configuration for npm packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jest"
|
|
@@ -34,12 +34,11 @@
|
|
|
34
34
|
"jest": "30.4.2",
|
|
35
35
|
"jest-junit": "17.0.0",
|
|
36
36
|
"jest-watch-typeahead": "3.0.1",
|
|
37
|
-
"prettier-2": "npm:prettier@2.8.8",
|
|
38
37
|
"ts-jest": "29.4.11"
|
|
39
38
|
},
|
|
40
39
|
"engines": {
|
|
41
40
|
"node": "^22.16 || >= 24",
|
|
42
41
|
"npm": ">= 7"
|
|
43
42
|
},
|
|
44
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e2a13e332722a2b86d30eff01fa5561d1e2bf3c9"
|
|
45
44
|
}
|