Actually use argument in karma tests

This commit is contained in:
Travis Ralston 2019-08-08 15:59:49 -06:00
parent a6347af320
commit ac9682a75b

View file

@ -28,7 +28,7 @@ process.env.PHANTOMJS_BIN = 'node_modules/.bin/phantomjs';
function fileExists(name) { function fileExists(name) {
try { try {
fs.statSync(gsCss); fs.statSync(name);
return true; return true;
} catch (e) { } catch (e) {
return false; return false;