diff options
author | zsloan | 2020-08-31 11:27:25 -0500 |
---|---|---|
committer | zsloan | 2020-08-31 11:27:25 -0500 |
commit | a6942b03bd9c103061a8ad87a2bb07144727e14a (patch) | |
tree | eb363a2fe49de1b05ad54e3e3f2054c5be5d654c /test/requests/link_checker.py | |
parent | e754baaf51150156c159f59c8ba1fda0ba0a7269 (diff) | |
parent | 0a9796c9f1b2598390df7faa604a050cb533209a (diff) | |
download | genenetwork2-a6942b03bd9c103061a8ad87a2bb07144727e14a.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'test/requests/link_checker.py')
-rw-r--r-- | test/requests/link_checker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requests/link_checker.py b/test/requests/link_checker.py index 12057203..d29e5965 100644 --- a/test/requests/link_checker.py +++ b/test/requests/link_checker.py @@ -97,6 +97,8 @@ def check_packaged_js_files(args_obj, parser): # Datatables plugins: "/DataTablesExtensions/plugins/sorting/natural.js", "/DataTablesExtensions/plugins/sorting/scientific.js", + # Other js libraries + "/chroma/chroma.min.js" ] print("Checking links") |