We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b541407 commit 3e40776Copy full SHA for 3e40776
app/templates/tsconfig.client.test(ts).json
@@ -13,7 +13,8 @@
13
"client/components/oauth-buttons/oauth-buttons.controller.spec.ts",
14
"client/components/oauth-buttons/oauth-buttons.directive.spec.ts",
15
"client/components/socket/socket.mock.ts",
16
- "client/components/ui-router/ui-router.mock.ts",
+ <%_ if(filters.uirouter) { _%>
17
+ "client/components/ui-router/ui-router.mock.ts",<% } %>
18
"client/test_typings/angular-protractor/angular-protractor.d.ts",
19
"client/test_typings/selenium-webdriver/selenium-webdriver.d.ts",<% if(filters.mocha) { %>
20
"client/test_typings/mocha/mocha.d.ts",
0 commit comments