test(
  'promise (' + libName + ')',
  function () {
    return Promise.resolve(2 + 2)
        .then(function (result) {