Skip to content

Commit bba765c

Browse files
committed
test(client): fix temporary test include
1 parent d71f890 commit bba765c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/app/spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import 'zone.js/dist/fake-async-test';
1313
var testsContext = require.context('./client', true, /\.(spec|test)\.<%= scriptExt %>$/);
1414
// testsContext.keys().forEach(testsContext);
1515
// testsContext('./app/main/main.component.spec.<%= scriptExt %>');
16+
<%_ if(filters.oauth) { -%>
1617
testsContext('./components/oauth-buttons/oauth-buttons.component.spec.<%= scriptExt %>');
18+
<%_ } -%>
1719

1820
import { TestBed, getTestBed } from '@angular/core/testing';
1921
import browser from '@angular/platform-browser-dynamic/testing';

0 commit comments

Comments
 (0)