We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523abf4 commit 7960c35Copy full SHA for 7960c35
1 file changed
templates/app/client/components/oauth-buttons(oauth)/oauth-buttons.directive.spec.js
@@ -1,6 +1,5 @@
1
'use strict';
2
-
3
-import $ from 'sprint-js';
+const $ = require('sprint-js');
4
import OauthButtons from './index';
5
6
describe('Directive: oauthButtons', function() {
0 commit comments