superset/superset/assets/spec/javascripts/sqllab
Denny Biasiolli dee36491c5 Fix js warnings (#2693)
* react: using prop-types package to fix deprecated React.PropTypes property warning

https://facebook.github.io/react/warnings/dont-call-proptypes.html

* removing babel devDependency because has been deprecated in favor of babel-cli

this fixes a warning during `npm install`:
```
npm WARN deprecated babel@6.23.0:
In 6.x, the babel package has been deprecated in favor of babel-cli.
Check https://opencollective.com/babel to support the Babel maintainers
```

* js: setting ExploreActionButtons.queryEndpoint PropType as required

because it's required in the child component DisplayQueryButton

* js(tests): using object in expandedSlices prop type of SliceCell tests

* js(tests): adding required props to SqlEditor mockedProps

* js(tests): adding required prop editorHeight to TabbedSqlEditors mockedProps

* js: removing unused moments dependency
2017-04-28 17:56:29 -07:00
..
AlertsWrapper_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
App_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
ColumnElement_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
CopyQueryTabUrl_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
fixtures.js Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
HighlightedSql_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
Link_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
QuerySearch_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
QueryTable_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
reducers_spec.js Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
ResultSet_spec.jsx [sqllab] table refactor (#2587) 2017-04-18 14:29:38 -07:00
SaveQuery_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
SqlEditor_spec.jsx Fix js warnings (#2693) 2017-04-28 17:56:29 -07:00
SqlEditorLeftBar_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
TabbedSqlEditors_spec.jsx Fix js warnings (#2693) 2017-04-28 17:56:29 -07:00
TableElement_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
Timer_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00
VisualizeModal_spec.jsx Bumping the JS libs to fix the build (#2616) 2017-04-13 15:04:09 -07:00