Use compiled mocha-phantomjs.js instead of CoffeScript

This commit is contained in:
Tom Payne
2013-09-18 11:25:55 +01:00
parent 98ba6b63a4
commit fef6f5c0a5

View File

@@ -707,7 +707,7 @@ virtual('test-deps', INTERNAL_SRC, PROJ4JS, 'build/test/requireall.js')
@target('test', 'test-deps', phony=True)
def test(t):
t.run('%(PHANTOMJS)s', 'test/mocha-phantomjs.coffee', 'test/ol.html')
t.run('%(PHANTOMJS)s', 'test/mocha-phantomjs.js', 'test/ol.html')
@target('fixme', phony=True)