Allow user to force refresh metadata (#5933)

* Allow user to force refresh metadata

* fix javascript test error

* nit

* fix styling

* allow custom cache timeout configuration on any database

* minor improvement

* nit

* fix test

* nit

* preserve the old endpoint
This commit is contained in:
Junda Yang
2018-10-08 20:25:41 -07:00
committed by Beto Dealmeida
parent 1ee08fc216
commit 712c1aa767
8 changed files with 171 additions and 39 deletions

View File

@@ -332,7 +332,7 @@ commands are invoked.
We use [Mocha](https://mochajs.org/), [Chai](http://chaijs.com/) and [Enzyme](http://airbnb.io/enzyme/) to test Javascript. Tests can be run with:
```bash
cd superset/assets/javascripts
cd superset/assets/spec
npm install
npm run test
```