UNPKG

generator-angular-eggs

Version:

Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server

15 lines (13 loc) 272 B
(function() { 'use strict'; module.exports = { single: { // single run testing configFile: 'test/karma.conf.js' }, watch: { // livereload testing configFile: 'test/karma.conf.js', autoWatch: true, singleRun: false } }; })();