Explorar el Código

remove custom matcher test

Evan You hace 10 años
padre
commit
32eded629b
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      test/unit/specs/index.js

+ 0 - 7
test/unit/specs/index.js

@@ -70,13 +70,6 @@ beforeEach(function () {
   })
 })
 
-describe('custom matcher', function () {
-  it('should work', function () {
-    _.warn('lol')
-    expect('lol').toHaveBeenWarned()
-  })
-})
-
 // shim process
 scope.process = {
   env: {