X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/psl
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
psl
/
??
..
??
.eslintignore
(6 B)
??
.travis.yml
(52 B)
??
README.md
(6.44 KB)
??
data
??
dist
??
index.js
(5.89 KB)
??
karma.conf.js
(499 B)
??
package.json
(2.09 KB)
??
yarn.lock
(149.21 KB)
Editing: karma.conf.js
'use strict'; module.exports = function (config) { config.set({ browsers: ['PhantomJS'], frameworks: ['browserify', 'mocha'], files: [ 'test/**/*.spec.js' ], preprocessors: { 'test/**/*.spec.js': ['browserify'] }, reporters: ['mocha'], client: { mocha: { reporter: 'tap' } }, plugins: [ 'karma-browserify', 'karma-mocha', 'karma-mocha-reporter', 'karma-phantomjs-launcher' ] }); };
Upload File
Create Folder