View file fuelux-3.12.0/grunt/config/blanket_qunit.js

File size: 240B
module.exports = function (grunt) {

	return {
			source: {
			options: {
				urls: ['http://localhost:' + '<%= connectTestServerOptionsPort %>' + '/test/?coverage=true&gruntReport'],
				threshold: 1,
				globalThreshold: 1
			}
		}
	}

};