You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "TypeScript file that exports an array of Angular providers to use during test execution. The array must be a default export.",
94
101
"minLength": 1
102
+
},
103
+
"setupFiles": {
104
+
"type": "array",
105
+
"items": {
106
+
"type": "string"
107
+
},
108
+
"description": "A list of global setup and configuration files that are included before the test files. The application's polyfills are always included before these files. The Angular Testbed is also initialized prior to the execution of these files."
0 commit comments