Explorar o código

remove v-bind:style important test case due to phantomjs inconsistency

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
df73cbf0a8
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      test/unit/features/directives/style.spec.js

+ 0 - 7
test/unit/features/directives/style.spec.js

@@ -38,13 +38,6 @@ describe('Directive v-bind:style', () => {
     }).then(done)
   })
 
-  it('should not work with inline !important', done => {
-    vm.styles = { color: 'red !important' }
-    waitForUpdate(() => {
-      expect(vm.$el.style.getPropertyPriority('color')).toBe('')
-    }).then(done)
-  })
-
   it('camelCase', done => {
     vm.styles = { marginRight: '10px' }
     waitForUpdate(() => {