remove fdescribe

This commit is contained in:
Evan Morikawa 2015-03-05 16:02:47 -08:00
parent 73f4c97910
commit c443eb3331
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ ContenteditableComponent = React.createClass
propTypes: propTypes:
html: React.PropTypes.string html: React.PropTypes.string
style: React.PropTypes.object style: React.PropTypes.object
tabIndex: React.PropTypes.number tabIndex: React.PropTypes.string
onChange: React.PropTypes.func.isRequired onChange: React.PropTypes.func.isRequired
getInitialState: -> getInitialState: ->

View file

@ -7,7 +7,7 @@ React = require "react/addons"
ReactTestUtils = React.addons.TestUtils ReactTestUtils = React.addons.TestUtils
ContenteditableComponent = require "../lib/contenteditable-component.cjsx", ContenteditableComponent = require "../lib/contenteditable-component.cjsx",
fdescribe "ContenteditableComponent", -> describe "ContenteditableComponent", ->
beforeEach -> beforeEach ->
@onChange = jasmine.createSpy('onChange') @onChange = jasmine.createSpy('onChange')
html = 'Test <strong>HTML</strong>' html = 'Test <strong>HTML</strong>'

View file

@ -8,7 +8,7 @@ React = require "react/addons"
ReactTestUtils = React.addons.TestUtils ReactTestUtils = React.addons.TestUtils
ContenteditableComponent = require "../lib/contenteditable-component.cjsx", ContenteditableComponent = require "../lib/contenteditable-component.cjsx",
fdescribe "ContenteditableComponent", -> describe "ContenteditableComponent", ->
beforeEach -> beforeEach ->
@onChange = jasmine.createSpy('onChange') @onChange = jasmine.createSpy('onChange')
html = 'Test <strong>HTML</strong>' html = 'Test <strong>HTML</strong>'