git ssb

0+

cel-desktop / ssb-pkg



Tree: efcf9fd06b02fa9bcd28681b4c777224e19702bb

Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-79-npm / hap-nodejs / hap-nodejs.meta.js

293 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp, flags) {
6 if (flags.ci) {
7 return {
8 allow: false,
9 note: 'headless CI seems to fail'
10 };
11 }
12
13 return {
14 allow: home(stamp),
15 note: 'requires OpenSSL-dev and mdns installed'
16 };
17};
18

Built with git-ssb-web