demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/debug-2.6.9/karma.conf.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/debug-2.6.9/karma.conf.js
Status
scanned
Type
file
Name
karma.conf.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
1736 (1.7 KB)
MD5
06f3babbdc43c6c4dd1493b6c1af32e2
SHA1
93fef7cf3ed6f04d2cfc3cd0b8d5d972d35cfd29
SHA256
2430869adb61a5e24a3612110a9b49a948e6db43ab7e947c003a9c19c478e609
SHA512

      
    
SHA1_git
103a82d15bd72b3cdf9ba4108272985f7e0bfdb3
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
karma.conf.js | 1.7 KB |

// Karma configuration // Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC) module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org/browse/keyword/karma-adapter frameworks: ['mocha', 'chai', 'sinon'], // list of files / patterns to load in the browser files: [ 'dist/debug.js', 'test/*spec.js' ], // list of files to exclude exclude: [ 'src/node.js' ], // preprocess matching files before serving them to the browser // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor preprocessors: { }, // test results reporter to use // possible values: 'dots', 'progress' // available reporters: https://npmjs.org/browse/keyword/karma-reporter reporters: ['progress'], // web server port port: 9876, // enable / disable colors in the output (reporters and logs) colors: true, // level of logging // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG logLevel: config.LOG_INFO, // enable / disable watching file and executing tests whenever any file changes autoWatch: true, // start these browsers // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher browsers: ['PhantomJS'], // Continuous Integration mode // if true, Karma captures browsers, runs the tests and exits singleRun: false, // Concurrency level // how many browser should be started simultaneous concurrency: Infinity }) }
URL Start line End line
https://npmjs.org/browse/keyword/karma-adapter 12 12
https://npmjs.org/browse/keyword/karma-preprocessor 30 30
https://npmjs.org/browse/keyword/karma-reporter 36 36
https://npmjs.org/browse/keyword/karma-launcher 58 58
Package URL License Primary language
pkg:npm/debug@2.6.9 mit JavaScript
pkg:npm/acme-demo-app@1.0.0 JavaScript