Skip to content

Commit 397ab7d

Browse files
committed
test(client): fix syntax
1 parent 8e7040c commit 397ab7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var testsContext = require.context('./client', true, /\.(spec|test)\.<%= scriptE
1616
<%_ if(filters.oauth) { -%>
1717
testsContext('./components/oauth-buttons/oauth-buttons.component.spec.<%= scriptExt %>');
1818
<%_ } else { -%>
19-
describe('filler' () => {
19+
describe('filler', () => {
2020
it('fills', () => {
2121
console.log('The Filling');
2222
});

0 commit comments

Comments
 (0)