We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86f2ae commit 937d312Copy full SHA for 937d312
components/dash-core-components/tests/integration/markdown/test_markdown.py
@@ -96,7 +96,7 @@ def test_mkdw002_dcclink(dash_dcc):
96
97
@pytest.mark.parametrize("is_eager", [True, False])
98
def test_mkdw003_without_mathjax(dash_dcc, is_eager):
99
- app = Dash(__name__)
+ app = Dash(__name__, eager_loading=is_eager)
100
101
app.layout = html.Div(
102
[
0 commit comments