mergiraf 0.19.0

A syntax-aware merge driver for Git
Documentation
1
2
3
4
5
6
7
8
module.exports = {
  'to be [FAILED]' : function(test) {},
  'to be [FAILED]' : function() {},
  'to be with message [PASSED]' : function(test) {
    var expect = this.client.api.expect.element('#weblogin').to.be.an('input', 'weblogin should be an input');
    this.client.on('nightwatch:finished', function(results, errors) {})
  },
}