UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

11 lines (9 loc) 238 B
var Server = require('karma').Server; var ROOT = require('../const').ROOT; exports.task = function(done) { var srv = new Server({ logLevel: 'warn', configFile: ROOT + '/config/karma-sauce.conf.js' }, done); srv.start(); };