Remove FireBehavior imports and get rid of global test helpers
This change removes all imports of fire-behavior.js (usages were removed before in a separate change). Also, change moves some global test helpers to the test-utils.js file and imports them where they are used. Change-Id: I25a85dcdfcb5fdfe7251fc166d1747fab0503af3
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
*/
|
||||
import '../../../scripts/bundled-polymer.js';
|
||||
|
||||
import '../../../behaviors/fire-behavior/fire-behavior.js';
|
||||
import '../../../styles/shared-styles.js';
|
||||
import '../../shared/gr-dialog/gr-dialog.js';
|
||||
import {GestureEventListeners} from '@polymer/polymer/lib/mixins/gesture-event-listeners.js';
|
||||
|
||||
Reference in New Issue
Block a user