mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
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:
committed by
Beto Dealmeida
parent
1ee08fc216
commit
712c1aa767
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user