diff --git a/test/spec/features/interaction-events/InteractionEventsSpec.js b/test/spec/features/interaction-events/InteractionEventsSpec.js index 0fa08872b..d02fc3165 100755 --- a/test/spec/features/interaction-events/InteractionEventsSpec.js +++ b/test/spec/features/interaction-events/InteractionEventsSpec.js @@ -9,11 +9,6 @@ import { queryAll as domQueryAll } from 'min-dom'; -import { - filter -} from 'min-dash'; - - var bindings = { mouseover: 'element.hover', mouseout: 'element.out',