Skip to content

Commit 6b1c880

Browse files
committed
feat(app): move test runner to vitest
1 parent f884623 commit 6b1c880

6 files changed

Lines changed: 936 additions & 1811 deletions

File tree

angular.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -122,28 +122,11 @@
122122
}
123123
},
124124
"test": {
125-
"builder": "@angular/build:karma",
125+
"builder": "@angular/build:unit-test",
126126
"options": {
127-
"polyfills": ["@angular/localize/init"],
128127
"tsConfig": "tsconfig.spec.json",
129-
"karmaConfig": "karma.conf.js",
130-
"inlineStyleLanguage": "scss",
131-
"assets": [
132-
{
133-
"glob": "**/*",
134-
"input": "public",
135-
"output": ""
136-
}
137-
],
138-
"styles": [
139-
"normalize.css/normalize.css",
140-
"@shoelace-style/shoelace/dist/themes/light.css",
141-
"src/styles/global.scss"
142-
],
143-
"stylePreprocessorOptions": {
144-
"includePaths": ["src/styles"]
145-
},
146-
"scripts": []
128+
"buildTarget": "::development-es",
129+
"runner": "vitest"
147130
}
148131
},
149132
"lint": {

karma.conf.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)