Files: 8f4b43a09aab9801bf28987edd59c2e366180327 / test / test-79-npm / fsevents / fsevents.meta.js
193 bytesRaw
1 | ; |
2 | |
3 | const home = require('../home.js'); |
4 | |
5 | module.exports = function (stamp) { |
6 | return { |
7 | allow: home(stamp) && (stamp.p === 'darwin'), |
8 | note: 'only macos is supported' |
9 | }; |
10 | }; |
11 |
Built with git-ssb-web