Commit 2612abfe authored by Xiaowu Zhang's avatar Xiaowu Zhang

Add handlebars.js in ignore file list because of no norme jslint

parent 640f3aea
......@@ -49,7 +49,8 @@ class TestXHTMLMixin(ERP5TypeTestCase):
# some forms have intentionally empty listbox selections like RSS generators
FORM_LISTBOX_EMPTY_SELECTION_PATH_LIST = ['erp5_web_widget_library/WebSection_viewContentListAsRSS']
IGNORE_FILE_LIST = ['require.js','require.min.js','wz_dragdrop.js','gadget_activity_watcher.js']
IGNORE_FILE_LIST = ['require.js','require.min.js','wz_dragdrop.js',
'gadget_activity_watcher.js','handlebars.js']
def changeSkin(self, skin_name):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment