Skip to content

Commit

Permalink
Implement changes for new architecture of FusionCharts
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab003 committed May 14, 2018
1 parent eb917ac commit d2a41a2
Show file tree
Hide file tree
Showing 7 changed files with 2,354 additions and 2,394 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -6,6 +6,7 @@ module.exports = {
"node": true
},
"extends": "eslint:recommended",
"root": true,
"parserOptions": {
"sourceType": "module"
},
Expand Down
4 changes: 2 additions & 2 deletions karma.conf.js
Expand Up @@ -26,7 +26,7 @@ module.exports = function(config) {
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'test/*.js': [ 'browserify' ]
'test/*.js': [ 'browserify' ]
},


Expand Down Expand Up @@ -56,7 +56,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
// browsers: ['Chrome', 'Firefox'],
browsers: ['PhantomJS'],
browsers: ['Chrome'],


// Continuous Integration mode
Expand Down

0 comments on commit d2a41a2

Please sign in to comment.