All Downloads are FREE. Search and download functionalities are using the official Maven repository.

report-resources.chartist.chartist-plugin-tooltip.tasks.jasmine.js Maven / Gradle / Ivy

/**
 * jasmine
 * =======
 *
 * Test settings
 *
 * Link: https://github.com/gruntjs/grunt-contrib-jasmine
 */

'use strict';

module.exports = function (grunt) {
  return {
    dist: {
      src: [
        'bower_components/chartist/dist/chartist.js',
        'node_modules/chartist/dist/chartist.js',
        '<%= pkg.config.src %>/scripts/<%= pkg.config.src_name %>.js'
      ],
      options: {
        specs: '<%= pkg.config.test %>/spec/**/spec-*.js',
        helpers: '<%= pkg.config.test %>/spec/**/helper-*.js',
        phantomjs: {
          'ignore-ssl-errors': true
        }
      }
    }
  };
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy