UNPKG

wasm-yescryptr32-hash

Version:

WASM JS binding for yescryptR32 hashing algorithm

21 lines (20 loc) 441 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: ['FirefoxHeadless'], concurrency: Infinity, }) }