Skip to content

Commit 78e5769

Browse files
Quentigusevilaliv3
authored andcommitted
remove useless config
1 parent 2d42a4e commit 78e5769

File tree

5 files changed

+8
-45
lines changed

5 files changed

+8
-45
lines changed

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
"test": {
3131
"builder": "@angular-devkit/build-angular:karma",
3232
"options": {
33-
"main": "projects/ngx-flow/src/test.ts",
33+
"polyfills": [
34+
"zone.js",
35+
"zone.js/testing"
36+
],
3437
"tsConfig": "projects/ngx-flow/tsconfig.spec.json",
3538
"karmaConfig": "projects/ngx-flow/karma.conf.js"
3639
}

projects/ngx-flow/src/public_api.ts

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

projects/ngx-flow/src/test.ts

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

projects/ngx-flow/tsconfig.lib.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"declaration": true,
77
"declarationMap": true,
88
"inlineSources": true,
9-
"types": ["flowjs"],
10-
"lib": ["dom", "es2018"]
9+
"types": ["flowjs"]
1110
},
12-
"exclude": ["src/test.ts", "**/*.spec.ts"]
11+
"exclude": [
12+
"**/*.spec.ts"
13+
]
1314
}

projects/ngx-flow/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"outDir": "../../out-tsc/spec",
66
"types": ["jasmine", "flowjs"]
77
},
8-
"files": ["src/test.ts"],
98
"include": ["**/*.spec.ts", "**/*.d.ts"]
109
}

0 commit comments

Comments
 (0)