Skip to content

Commit 59ee740

Browse files
committed
feat(no-ref): vitest
1 parent 393acb6 commit 59ee740

File tree

6 files changed

+2289
-693
lines changed

6 files changed

+2289
-693
lines changed

angular.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,7 @@
103103
"test": {
104104
"builder": "@angular-devkit/build-angular:web-test-runner",
105105
"options": {
106-
"tsConfig": "tsconfig.spec.json",
107-
"inlineStyleLanguage": "scss",
108-
"assets": [
109-
"src/favicon.ico",
110-
"src/assets",
111-
"src/robots.txt",
112-
"src/sitemap.xml"
113-
],
114-
"polyfills": [],
115-
"styles": ["src/styles.scss"],
116-
"scripts": []
106+
"tsConfig": "tsconfig.spec.json"
117107
}
118108
},
119109
"lint": {

0 commit comments

Comments
 (0)