UNPKG

browser-ls

Version:

Tiny wrapper for localStorage (DOM Storage) that handles exceptions via callbacks

26 lines (18 loc) 368 B
'use strict'; module.exports = function(config) { config.set({ frameworks: ['mocha', 'chai', 'sinon'], files: [ './dist/ls.js', './tests/*.js' ], reporters: ['mocha'], port: 9876, colors: true, logLevel: 'INFO', captureTimeout: 60000, autoWatch: false, browsers: ['PhantomJS'], singleRun: true }); };