From f00841d38e062c6c5e08d07e6995aa56ebaf18ef Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Tue, 2 Feb 2016 15:12:58 -0500 Subject: [PATCH] Be specific about JS files for cms-squire. --- cms/static/js_test_squire.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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