OpenBuilds-CONTROL/app/lib/gamepad/test/buster.js

8 wiersze
134 B
JavaScript

var config = module.exports;
config['Library tests raw'] = {
rootPath: '../',
environment: 'node',
tests: ['test/**/*Test.js']
};