mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
* 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:
committed by
Krist Wongsuphasawat
parent
f480a52074
commit
207d9529b2
@@ -25,7 +25,7 @@ function setup() {
|
||||
}
|
||||
|
||||
describe('DashboardTable', () => {
|
||||
afterEach(fetchMock.resetHistory);
|
||||
beforeEach(fetchMock.resetHistory);
|
||||
|
||||
it('renders a Loading initially', () => {
|
||||
const wrapper = setup();
|
||||
|
||||
Reference in New Issue
Block a user