UNPKG

runas-functional-tests

Version:

Functional tests for runas

16 lines (10 loc) 234 B
'use strict'; const utilsNode = require('../../utils/index'); const _isWonderfullWorldFile = function() { return utilsNode.exists('wonderfull.txt'); }; module.exports = { check() { return _isWonderfullWorldFile(); } };