Jelajahi Sumber

style(playlist_spec): rename to underscore standard

bergquist 10 tahun lalu
induk
melakukan
5a4e48fa99

+ 1 - 2
public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts → public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts

@@ -1,6 +1,5 @@
 import '../playlist_edit_ctrl';
 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';
 import {PlaylistEditCtrl} from '../playlist_edit_ctrl';
 
 
 describe.only('PlaylistEditCtrl', function() {
 describe.only('PlaylistEditCtrl', function() {