UNPKG

runas-functional-tests

Version:

Functional tests for runas

16 lines (10 loc) 262 B
'use strict'; const utilsNode = require('../../utils/index'); const _isPlanetLightFolder = function() { return utilsNode.exists('planet.txt'); }; module.exports = { check() { return _isPlanetLightFolder(); // add a condition to check 'world' } };