Skip to content

Commit 22428f3

Browse files
authored
feat: upgrade to v15 (#2230)
* feat: upgrade to v15 * refactor: fix build failure * refactor: update service * refactor: updating tsconfig * refactor: revert post install
1 parent a0e9f99 commit 22428f3

35 files changed

+4513
-4121
lines changed

angular.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"includePaths": ["./projects/assets-library/assets/styles", "./node_modules"]
4141
},
4242
"scripts": [],
43-
"allowedCommonJsDependencies": ["graphql-tag", "zen-observable"],
43+
"allowedCommonJsDependencies": ["graphql-tag", "zen-observable", "mixpanel-browser", "iso8601-duration"],
4444
"vendorChunk": true,
4545
"extractLicenses": false,
4646
"buildOptimizer": false,
@@ -96,7 +96,10 @@
9696
}
9797
},
9898
"test": {
99-
"builder": "@angular-builders/jest:run"
99+
"builder": "@angular-builders/jest:run",
100+
"options": {
101+
"silent": true
102+
}
100103
},
101104
"lint": {
102105
"builder": "@angular-eslint/builder:lint",

jest.config.js

-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ module.exports = {
1414
preset: 'jest-preset-angular',
1515
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
1616
globalSetup: 'jest-preset-angular/global-setup',
17-
transform: {
18-
'^.+\\.(ts|js|html|svg)$': [
19-
'jest-preset-angular',
20-
{
21-
tsconfig: '<rootDir>/tsconfig.spec.json',
22-
stringifyContentPathRegex: '\\.(html|svg)$'
23-
}
24-
]
25-
},
2617
reporters: [
2718
'default',
2819
[

0 commit comments

Comments
 (0)