UNPKG

wasm-x11-hash

Version:

WASM JS binding for X11 hashing algorithm

21 lines (20 loc) 440 B
module.exports = function(config) { config.set({ basePath: '', frameworks: ['mocha', 'browserify'], files: [ { pattern: 'test/**/*.spec.js' }, ], exclude: [], preprocessors: { 'test/**/*.spec.js': ['browserify'] }, reporters: ['progress'], port: 9876, colors: true, logLevel: config.LOG_INFO, autoWatch: true, browsers: ['ChromeHeadless'], concurrency: Infinity, }) }