diff --git a/cms/static/js_test_squire.yml b/cms/static/js_test_squire.yml index 05175feb24..20fd40e058 100644 --- a/cms/static/js_test_squire.yml +++ b/cms/static/js_test_squire.yml @@ -67,7 +67,11 @@ lib_paths: # Paths to source JavaScript files src_paths: - coffee/src - - js + # We don't include all of js because the Javascript files in js/i18n cause issues with the Squire tests. + - js/collections + - js/models + - js/utils + - js/views - common/js # Paths to spec (test) JavaScript files