diff --git a/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts b/public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts similarity index 94% rename from public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts rename to public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts index 9004a7e7c88..e4df82d624b 100644 --- a/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts +++ b/public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts @@ -1,6 +1,5 @@ import '../playlist_edit_ctrl'; -import {describe, beforeEach, it, expect, angularMocks} from 'test/lib/common'; -import helpers from 'test/specs/helpers'; +import {describe, beforeEach, it, expect} from 'test/lib/common'; import {PlaylistEditCtrl} from '../playlist_edit_ctrl'; describe.only('PlaylistEditCtrl', function() {