Closed deltaidea closed 9 years ago
It seems that Jasmine currently includes MarketData/client/* on the server side.
MarketData/client/*
This is what I get in the server terminal:
W20150317-13:05:54.377(0)? (STDERR) [sanjo:jasmine]: The file "/home/vagrant/cyberfund/MarketData/client/helpers.js" has syntax errors. [TypeError: Cannot call method 'helpers' of undefined]
The app runs just fine, but tests don't even start (fair enough, there's a syntax error).
This issue has been fixed in dd7f4210c41da7df22d9616125f25cb000e6147c and 2d5055dc8ccc6d3bf14908ca81b45cda73e1f043.
It seems that Jasmine currently includes
MarketData/client/*
on the server side.This is what I get in the server terminal:
The app runs just fine, but tests don't even start (fair enough, there's a syntax error).