UNPKG

angular-auto-validate

Version:

An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors

11 lines (9 loc) 273 B
var shared = require('./karma.conf.shared.js'); module.exports = function(config) { 'use strict'; shared(config); config.files = shared.files.concat([ 'bower_components/angular-mocks/angular-mocks.js', 'tests/**/*.spec.js' ]); };