jasmine / jasmine-gem

Jasmine ruby gem
682 stars 274 forks source link

jsx trouble #287

Closed UMSF-K13-3-Sahan closed 7 years ago

UMSF-K13-3-Sahan commented 7 years ago

gem doesn`t find all tests with ".jsx" file extension. in jasmin.yml i have change line spec_files to - "*/[Ss]pec.{js.jsx,js,jsx}" but problem still exists

UMSF-K13-3-Sahan commented 7 years ago

i have find next trouble: I used this line in test: var TestUtils = React.addons.TestUtils; and have error "React is not defined"