Skip to content

Commit 95cb012

Browse files
committed
chore(*): merged latest
2 parents 26ee384 + baa0fee commit 95cb012

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2253
-22409
lines changed

examples/angular/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This will compile your project and store the build artifacts in the `dist/` dire
3838

3939
## Running unit tests
4040

41-
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
41+
To execute unit tests with [Vitest](https://vitest.dev), use the following command:
4242

4343
```bash
44-
ng test
44+
pnpm test
4545
```
4646

4747
## Running end-to-end tests

examples/angular/angular.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,6 @@
7070
"extract-i18n": {
7171
"builder": "@angular/build:extract-i18n"
7272
},
73-
"test": {
74-
"builder": "@angular/build:karma",
75-
"options": {
76-
"polyfills": ["zone.js", "zone.js/testing"],
77-
"tsConfig": "tsconfig.spec.json",
78-
"assets": [
79-
{
80-
"glob": "**/*",
81-
"input": "public"
82-
}
83-
],
84-
"styles": ["src/styles.css"],
85-
"scripts": []
86-
}
87-
}
8873
}
8974
},
9075
"angular": {
@@ -108,13 +93,6 @@
10893
},
10994
"defaultConfiguration": "production"
11095
},
111-
"test": {
112-
"builder": "@angular/build:karma",
113-
"options": {
114-
"tsConfig": "projects/angular/tsconfig.spec.json",
115-
"polyfills": ["zone.js", "zone.js/testing"]
116-
}
117-
}
11896
}
11997
}
12098
},

0 commit comments

Comments
 (0)