##// END OF EJS Templates
removed `casperjs` dir
Jonathan Frederic -
Show More
@@ -163,7 +163,7 b" js_prefix = 'js/'"
163
163
164 def get_js_test_dir():
164 def get_js_test_dir():
165 import IPython.html.tests as t
165 import IPython.html.tests as t
166 return os.path.join(os.path.dirname(t.__file__), 'casperjs','')
166 return os.path.join(os.path.dirname(t.__file__), '')
167
167
168 def all_js_groups():
168 def all_js_groups():
169 import glob
169 import glob
General Comments 0
You need to be logged in to leave comments. Login now