add highlightStyle options in tests

master
François de Campredon 10 years ago
parent 1de35c5ddb
commit d1c447ab85
  1. 2
      test/compare.js

@ -13,6 +13,7 @@ module.exports = function (gm, dir, finish, GM) {
var options = {
highlightColor: 'yellow',
highlightStyle: 'XOR',
file: dir + '/diff.png'
};
@ -26,5 +27,6 @@ module.exports = function (gm, dir, finish, GM) {
});
});
})
});
};

Loading…
Cancel
Save