fix broken module import

This commit is contained in:
Mike Greiling 2017-10-12 22:41:21 -05:00
parent b356997ab3
commit 5ef1ebe060
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
import '~/copy_as_gfm';
import initCopyAsGFM from '~/behaviors/copy_as_gfm';
import ShortcutsIssuable from '~/shortcuts_issuable';
initCopyAsGFM();
describe('ShortcutsIssuable', () => {
const fixtureName = 'merge_requests/diff_comment.html.raw';
preloadFixtures(fixtureName);