UNPKG

tribe

Version:

Tribe is a platform for building rich, powerful, highly scalable distributed HTML5 web and mobile systems.

22 lines (15 loc) 472 B
debugger; require('tribe/driveLetterHack'); var path = require('path'), options = require('tribe/options'); options.testPaths = [ path.resolve(__dirname, '../tests/server/'), path.resolve(__dirname, 'tests') ]; //options.browserTestPaths = [ // path.resolve(__dirname, '../tests/browser/'), // path.resolve(__dirname, 'tests/browser') //]; options.basePath = __dirname; options.logLevel = 'silly'; require('tribe').start();