angular-nz-input-formats
Version:
Angular directives to validate and format NZ-specific input types
48 lines (33 loc) • 1.14 kB
JavaScript
// Karma configuration
// Generated on Thu Jan 09 2014 13:59:16 GMT-0500 (EST)
module.exports = function (config) {
config.set({
basePath: './',
frameworks: ['jasmine'],
exclude: [],
preprocessors: {
'build/*.js': ['coverage']
},
reporters: ['dots', 'coverage'],
coverageReporter: {
type: 'lcovonly',
dir: 'test/coverage'
},
port: 9876,
runnerPort: 9100,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
// Start these browsers, currently available:
// - Chrome
// - ChromeCanary (has to be installed with `npm install karma-chrome-canary-launcher`)
// - Firefox (has to be installed with `npm install karma-firefox-launcher`)
// - Opera (has to be installed with `npm install karma-opera-launcher`)
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
// - PhantomJS
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
browsers: ['PhantomJS'],
captureTimeout: 60000,
singleRun: false
});
};