Skip to content

Commit e0d65f6

Browse files
committed
test(client): add shim test
1 parent 9aad597 commit e0d65f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/app/spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ var testsContext = require.context('./client', true, /\.(spec|test)\.<%= scriptE
1515
// testsContext('./app/main/main.component.spec.<%= scriptExt %>');
1616
<%_ if(filters.oauth) { -%>
1717
testsContext('./components/oauth-buttons/oauth-buttons.component.spec.<%= scriptExt %>');
18+
<%_ } else { -%>
19+
describe('filler' () => {
20+
it('fills', () => {
21+
console.log('The Filling');
22+
});
23+
});
1824
<%_ } -%>
1925

2026
import { TestBed, getTestBed } from '@angular/core/testing';

0 commit comments

Comments
 (0)