Clean old javascript tests from CAS

This commit is contained in:
Calen Pennington
2012-10-31 13:21:36 -04:00
parent 2ca63268d6
commit 255720abd7
17 changed files with 68 additions and 528 deletions

View File

@@ -17,8 +17,9 @@ LOGGING = get_logger_config(TEST_ROOT / "log",
PIPELINE_JS['js-test-source'] = {
'source_filenames': sum([
pipeline_group['source_filenames']
for pipeline_group
in PIPELINE_JS.values()
for group_name, pipeline_group
in PIPELINE_JS.items()
if group_name != 'spec'
], []),
'output_filename': 'js/cms-test-source.js'
}