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 b382d88 commit c1cd12cCopy full SHA for c1cd12c
src/test/get-expected-files.js
@@ -203,8 +203,7 @@ export function app(options) {
203
'client/components/oauth-buttons/oauth-buttons.' + stylesheet,
204
'client/components/oauth-buttons/oauth-buttons.' + markup,
205
'client/components/oauth-buttons/oauth-buttons.component.' + script,
206
- 'client/components/oauth-buttons/oauth-buttons.component.spec.' + script,
207
- 'client/components/oauth-buttons/oauth-buttons.directive.spec.' + script,
+ 'client/components/oauth-buttons/oauth-buttons.component.spec.' + script,
208
'e2e/components/oauth-buttons/oauth-buttons.po.js'
209
]);
210
}
0 commit comments