Skip to content

Commit b5d14f0

Browse files
committed
Fix missing JavaScript file in demo
1 parent e5fee76 commit b5d14f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_demo.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def test_build(live_server: LiveServer) -> None:
3636
'"/django-bootstrap-datepicker-plus/demo/bootstrap',
3737
),
3838
(
39-
"/static/bootstrap_datepicker_plus/",
40-
"/django-bootstrap-datepicker-plus/demo/static/bootstrap_datepicker_plus/",
39+
"/static/",
40+
"/django-bootstrap-datepicker-plus/demo/static/",
4141
),
4242
]
4343
paths: List[str] = [
@@ -71,4 +71,6 @@ def test_build(live_server: LiveServer) -> None:
7171
"./",
7272
"static/bootstrap_datepicker_plus/css/datepicker-widget.css",
7373
"static/bootstrap_datepicker_plus/js/datepicker-widget.js",
74+
"static/js/bootstrap5.modal.forms.js",
75+
"static/js/jquery.bootstrap.modal.forms.min.js",
7476
]

0 commit comments

Comments
 (0)