We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71f890 commit bba765cCopy full SHA for bba765c
templates/app/spec.js
@@ -13,7 +13,9 @@ import 'zone.js/dist/fake-async-test';
13
var testsContext = require.context('./client', true, /\.(spec|test)\.<%= scriptExt %>$/);
14
// testsContext.keys().forEach(testsContext);
15
// testsContext('./app/main/main.component.spec.<%= scriptExt %>');
16
+<%_ if(filters.oauth) { -%>
17
testsContext('./components/oauth-buttons/oauth-buttons.component.spec.<%= scriptExt %>');
18
+<%_ } -%>
19
20
import { TestBed, getTestBed } from '@angular/core/testing';
21
import browser from '@angular/platform-browser-dynamic/testing';
0 commit comments