mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Build optimizations (#3378)
Bumping some version, removing unused libs, ...
This commit is contained in:
committed by
GitHub
parent
48b88e5241
commit
a782d623f0
@@ -28,7 +28,9 @@ describe('HighlightedSql', () => {
|
||||
const pre = wrapper.find('pre');
|
||||
expect(pre).to.have.length(1);
|
||||
pre.simulate('click');
|
||||
const modalBody = mount(wrapper.state().modalBody);
|
||||
expect(modalBody.find(SyntaxHighlighter)).to.have.length(2);
|
||||
setTimeout(() => {
|
||||
const modalBody = mount(wrapper.state().modalBody);
|
||||
expect(modalBody.find(SyntaxHighlighter)).to.have.length(2);
|
||||
}, 10);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user