Fix for #6590: Numeric values in columns sometimes returned as quoted strings (#6591)

* Fix: https://github.com/apache/incubator-superset/issues/6590, also depends on https://github.com/apache-superset/superset-ui/pull/71

* Bumped version of superset-ui-connector

* Added @babel/polyfill import

* Reset mock history before each test, not after each test

* Update CONTRIBUTING.md
This commit is contained in:
Christopher Council
2019-01-14 15:35:28 -08:00
committed by Krist Wongsuphasawat
parent f480a52074
commit 207d9529b2
8 changed files with 31 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ function setup() {
}
describe('DashboardTable', () => {
afterEach(fetchMock.resetHistory);
beforeEach(fetchMock.resetHistory);
it('renders a Loading initially', () => {
const wrapper = setup();