UNPKG

angular-localforage

Version:

Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)

22 lines (21 loc) 544 B
module.exports = function(config) { config.set({ basePath: '', frameworks: ['jasmine'], files: [ './bower_components/angular/angular.js', './bower_components/angular-mocks/angular-mocks.js', './bower_components/localforage/dist/localforage.js', './src/angular-localForage.js', './tests/**/*.js', ], reporters: ['dots'], port: 9876, colors: false, logLevel: config.LOG_INFO, autoWatch: false, browsers: ['Electron'], singleRun: true, concurrency: Infinity }); };