Skip to content

Commit 7960c35

Browse files
committed
fix(test:client): fix for ts + sprint-js
1 parent 523abf4 commit 7960c35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/app/client/components/oauth-buttons(oauth)/oauth-buttons.directive.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
2-
3-
import $ from 'sprint-js';
2+
const $ = require('sprint-js');
43
import OauthButtons from './index';
54

65
describe('Directive: oauthButtons', function() {

0 commit comments

Comments
 (0)