From e9e37dfaa1a1999d602f240c5a0004e05ac48ccd Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 1 Oct 2014 15:11:13 -0400 Subject: [PATCH] Don't put all of xmodule_js as src (changes coverage metrics). --- lms/static/js_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/js_test.yml b/lms/static/js_test.yml index 1748bea098..d9716535d8 100644 --- a/lms/static/js_test.yml +++ b/lms/static/js_test.yml @@ -43,9 +43,11 @@ lib_paths: - xmodule_js/common_static/js/vendor/URI.min.js - xmodule_js/common_static/coffee/src/jquery.immediateDescendents.js - xmodule_js/common_static/coffee/src/xblock + - xmodule_js/common_static/js/vendor/sinon-1.7.1.js - xmodule_js/src/capa/ - xmodule_js/src/video/ - xmodule_js/src/xmodule.js + - xmodule_js/common_static/js/src/ - xmodule_js/common_static/js/vendor/underscore-min.js - xmodule_js/common_static/js/vendor/backbone-min.js @@ -53,8 +55,6 @@ lib_paths: src_paths: - js - js/common_helpers - - xmodule_js - - xmodule_js/common_static # Paths to spec (test) JavaScript files spec_paths: